COLOR #333570

HEX: #333570 RGB: (51,53,112)

Color info

#333570 contains mainly green and blue colors. Web safe color of #333570 is #333366 (or #336).

RGB color model

#333570 color RGB value is (51,53,112).

RGB: (51,53,112) (20%, 21%, 44%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 112 of 255 = 44%

51
53
112

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

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 112 = 216 (100%)
R 51 of 216 ~ 23.61%
G 53 of 216 ~ 24.54%
B 112 of 216 ~ 51.85'%

%23.61
%24.54
%51.85

CMYK color model

#333570 color CMYK value is (54,53,0,56).

  • cyan value is 54.46%
  • magenta value is 52.68%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (54,53,0,56)
C54M53Y0K56 (54%, 53%, 0%, 56%)
(0.54 / 0.53 / 0.00 / 0.56)

CMYK percentages

%54.46
%52.68
%0
%56.08

Codes

Color #333570 in popluar color models

33 35 70
RGB 51 53 112
HSL 238° 37.42% 31.96%
HSB/HSV 238° 54.46% 43.92%
CMYK 54.46% 52.68% 0.00%
56.08%

Color #333570 in popluar number systems.

HEX 33 35 70
Decimal 51 53 112
Binary 110011 110101 1110000
Octal 63 65 160

Shades and tints

Shades of #333570

#333570
(51,53,112)
#2F3166
(47,49,102)
#2B2D5C
(43,45,92)
#272952
(39,41,82)
#232548
(35,37,72)
#1F213E
(31,33,62)
#1B1D34
(27,29,52)
#17192A
(23,25,42)
#131520
(19,21,32)
#0F1116
(15,17,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #333570

#333570
(51,53,112)
#45477D
(69,71,125)
#57598A
(87,89,138)
#696B97
(105,107,151)
#7B7DA4
(123,125,164)
#8D8FB1
(141,143,177)
#9FA1BE
(159,161,190)
#B1B3CB
(177,179,203)
#C3C5D8
(195,197,216)
#D5D7E5
(213,215,229)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333570 color. Also use rgb(51,53,112) instead hex code.

Text Font Color

.myTextColor { color: #333570; }

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

This text font color is #333570.

Background Color

.myBgColor { background-color: #333570; }

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

This div background color is #333570.

Border color

.myBorderColor { border: 1px solid #333570; }

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

This div border color is #333570.

Opacity

.myOpacity80 { color: #333570; opacity: 0.8; }

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

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

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

This text has shadow with #333570 color.


.textShadow {text-shadow: 3px 3px 1px #333570', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #333570; -webkit-box-shadow: 1px 1px 3px 2px #333570; box-shadow:1px 1px 3px 2px #333570;">
Div content here
</div>

This div box has shadow with color #333570.

Preview

Color preview on black background

This text has color #333570 on black background.


Color preview on white background

This text has color #333570 on white background.


Black color preview on #333570 background

This text has black color on #333570 background.


White color preview on #333570 background

This text has white color on #333570 background.


Related colors

Complementary color

Complementary color for #hex is #CCCA8F.


I love getcolorcode.com

Triadic colors

1 #703335 and #357033 with #333570 are triadic colors.

2 #703533 and #353370 with #333570 are triadic colors.