COLOR #35306E

HEX: #35306E
RGB: (53,48,110)

Color info

#35306E contains mainly red and blue colors. Web safe color of #35306E is #333366 (or #336).

RGB color model

#35306E color RGB value is (53,48,110).

  • red value is 53;
  • green value is 48;
  • blue value is 110.
RGB:
(53,48,110)
(21%,19%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 110 of 255 = 43%

53
48
110

R + G + B ~ 28%. #35306E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 48 + 110 = 211 (100%)
R 53 of 211 ~ 25.12%
G 48 of 211 ~ 22.75%
B 110 of 211 ~ 52.13%

%25.12
%22.75
%52.13

CMYK color model

#35306E color CMYK value is (52,56,0,57).

  • cyan value is 51.82%
  • magenta value is 56.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(52,56,0,57)
C52M56Y0K57 
(52%,56%,0%,57%)
(0.52/0.56/0.00/0.57)	

CMYK percentages

%51.82
%56.36
%0
%56.86

Codes

Color #35306E in popluar color models

35306E
RGB5348110
HSL245°39.24%30.98%
HSB/HSV245°56.36%43.14%
CMYK51.82%56.36%0.00%
56.86%

Color #35306E in popluar number systems.

HEX35306E
Decimal5348110
Binary1101011100001101110
Octal6560156

Shades and tints

Shades of #35306E

#35306E
(53,48,110)
#312C64
(49,44,100)
#2D285A
(45,40,90)
#292450
(41,36,80)
#252046
(37,32,70)
#211C3C
(33,28,60)
#1D1832
(29,24,50)
#191428
(25,20,40)
#15101E
(21,16,30)
#110C14
(17,12,20)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #35306E

#35306E
(53,48,110)
#47427B
(71,66,123)
#595488
(89,84,136)
#6B6695
(107,102,149)
#7D78A2
(125,120,162)
#8F8AAF
(143,138,175)
#A19CBC
(161,156,188)
#B3AEC9
(179,174,201)
#C5C0D6
(197,192,214)
#D7D2E3
(215,210,227)
#E9E4F0
(233,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35306E color. Also use rgb(53,48,110) instead hex code.

Text Font Color

.myTextColor { color: #35306E; }

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

This text font color is #35306E.


Background Color

.myBgColor { background-color: #35306E; }

<div style="background-color:#35306E">Inner text</div>

This div background color is #35306E.


Border color

.myBorderColor { border: 1px solid #35306E; }

<div style="border:3px solid #35306E">Div</div>

This div border color is #35306E.


Opacity

.myOpacity80 { color: #35306E; opacity: 0.8; }

<p style="color:#35306E;opacity:0.8;">80%</p>

Text with #35306E 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 #35306E;}

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

This text has shadow with #35306E color.

.textShadow {text-shadow: 3px 3px 1px #35306E, 3px 3px 1px red;}

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

This text has shadow with #35306E primary color and red secondary color.


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

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

This text has shadow with #35306E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35306E on black background.


Color preview on white background

This text has color #35306E on white background.



Black color preview on #35306E background

This text has black color on #35306E background.


White color preview on #35306E background

This text has white color on #35306E background.