COLOR #235CA5

HEX: #235CA5
RGB: (35,92,165)

Color info

#235CA5 contains mainly blue color. Web safe color of #235CA5 is #336699 (or #369).

RGB color model

#235CA5 color RGB value is (35,92,165).

  • red value is 35;
  • green value is 92;
  • blue value is 165.
RGB:
(35,92,165)
(14%,36%,65%)

RGB channels and saturation

R 35 of 255 = 14%
G 92 of 255 = 36%
B 165 of 255 = 65%

35
92
165

R + G + B ~ 38%. #235CA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 92 + 165 = 292 (100%)
R 35 of 292 ~ 11.99%
G 92 of 292 ~ 31.51%
B 165 of 292 ~ 56.51%

%11.99
%31.51
%56.51

CMYK color model

#235CA5 color CMYK value is (79,44,0,35).

  • cyan value is 78.79%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(79,44,0,35)
C79M44Y0K35 
(79%,44%,0%,35%)
(0.79/0.44/0.00/0.35)	

CMYK percentages

%78.79
%44.24
%0
%35.29

Codes

Color #235CA5 in popluar color models

235CA5
RGB3592165
HSL214°65.00%39.22%
HSB/HSV214°78.79%64.71%
CMYK78.79%44.24%0.00%
35.29%

Color #235CA5 in popluar number systems.

HEX235CA5
Decimal3592165
Binary100011101110010100101
Octal43134245

Shades and tints

Shades of #235CA5

#235CA5
(35,92,165)
#205496
(32,84,150)
#1D4C87
(29,76,135)
#1A4478
(26,68,120)
#173C69
(23,60,105)
#14345A
(20,52,90)
#112C4B
(17,44,75)
#0E243C
(14,36,60)
#0B1C2D
(11,28,45)
#08141E
(8,20,30)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #235CA5

#235CA5
(35,92,165)
#376AAD
(55,106,173)
#4B78B5
(75,120,181)
#5F86BD
(95,134,189)
#7394C5
(115,148,197)
#87A2CD
(135,162,205)
#9BB0D5
(155,176,213)
#AFBEDD
(175,190,221)
#C3CCE5
(195,204,229)
#D7DAED
(215,218,237)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235CA5 color. Also use rgb(35,92,165) instead hex code.

Text Font Color

.myTextColor { color: #235CA5; }

<p style="color:#235CA5">This sample text font color is #235CA5.</p>

This text font color is #235CA5.


Background Color

.myBgColor { background-color: #235CA5; }

<div style="background-color:#235CA5">Inner text</div>

This div background color is #235CA5.


Border color

.myBorderColor { border: 1px solid #235CA5; }

<div style="border:3px solid #235CA5">Div</div>

This div border color is #235CA5.


Opacity

.myOpacity80 { color: #235CA5; opacity: 0.8; }

<p style="color:#235CA5;opacity:0.8;">80%</p>

Text with #235CA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #235CA5;}

<p style="text-shadow: 3px 3px 1px #235CA5">Text here.</p>

This text has shadow with #235CA5 color.

.textShadow {text-shadow: 3px 3px 1px #235CA5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #235CA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #235CA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#235CA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#235CA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #235CA5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #235CA5;
  -webkit-box-shadow:	1px 1px 3px 2px #235CA5;
  box-shadow:		1px 1px 3px 2px #235CA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #235CA5;
-webkit-box-shadow: 1px 1px 3px 2px #235CA5;
box-shadow:1px 1px 3px 2px #235CA5;">
Div content here</div>
This div box has shadow with color #235CA5.

Preview

Color preview on black background

This text has color #235CA5 on black background.


Color preview on white background

This text has color #235CA5 on white background.



Black color preview on #235CA5 background

This text has black color on #235CA5 background.


White color preview on #235CA5 background

This text has white color on #235CA5 background.