COLOR #35237D

HEX: #35237D
RGB: (53,35,125)

Color info

#35237D contains mainly blue color. Web safe color of #35237D is #333366 (or #336).

RGB color model

#35237D color RGB value is (53,35,125).

  • red value is 53;
  • green value is 35;
  • blue value is 125.
RGB:
(53,35,125)
(21%,14%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 125 of 255 = 49%

53
35
125

R + G + B ~ 28%. #35237D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 125 = 213 (100%)
R 53 of 213 ~ 24.88%
G 35 of 213 ~ 16.43%
B 125 of 213 ~ 58.69%

%24.88
%16.43
%58.69

CMYK color model

#35237D color CMYK value is (58,72,0,51).

  • cyan value is 57.60%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,72,0,51)
C58M72Y0K51 
(58%,72%,0%,51%)
(0.58/0.72/0.00/0.51)	

CMYK percentages

%57.6
%72
%0
%50.98

Codes

Color #35237D in popluar color models

35237D
RGB5335125
HSL252°56.25%31.37%
HSB/HSV252°72.00%49.02%
CMYK57.60%72.00%0.00%
50.98%

Color #35237D in popluar number systems.

HEX35237D
Decimal5335125
Binary1101011000111111101
Octal6543175

Shades and tints

Shades of #35237D

#35237D
(53,35,125)
#312072
(49,32,114)
#2D1D67
(45,29,103)
#291A5C
(41,26,92)
#251751
(37,23,81)
#211446
(33,20,70)
#1D113B
(29,17,59)
#190E30
(25,14,48)
#150B25
(21,11,37)
#11081A
(17,8,26)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #35237D

#35237D
(53,35,125)
#473788
(71,55,136)
#594B93
(89,75,147)
#6B5F9E
(107,95,158)
#7D73A9
(125,115,169)
#8F87B4
(143,135,180)
#A19BBF
(161,155,191)
#B3AFCA
(179,175,202)
#C5C3D5
(197,195,213)
#D7D7E0
(215,215,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35237D color. Also use rgb(53,35,125) instead hex code.

Text Font Color

.myTextColor { color: #35237D; }

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

This text font color is #35237D.


Background Color

.myBgColor { background-color: #35237D; }

<div style="background-color:#35237D">Inner text</div>

This div background color is #35237D.


Border color

.myBorderColor { border: 1px solid #35237D; }

<div style="border:3px solid #35237D">Div</div>

This div border color is #35237D.


Opacity

.myOpacity80 { color: #35237D; opacity: 0.8; }

<p style="color:#35237D;opacity:0.8;">80%</p>

Text with #35237D 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 #35237D;}

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

This text has shadow with #35237D color.

.textShadow {text-shadow: 3px 3px 1px #35237D, 3px 3px 1px red;}

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

This text has shadow with #35237D primary color and red secondary color.


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

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

This text has shadow with #35237D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35237D on black background.


Color preview on white background

This text has color #35237D on white background.



Black color preview on #35237D background

This text has black color on #35237D background.


White color preview on #35237D background

This text has white color on #35237D background.