#212E78

Color #212E78 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #212E78

Tints of Resolution Blue #212E78

Color information

#212E78 (or 0x212E78) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 78. RGB value is (33,46,120). Sum of RGB (Red+Green+Blue) = 33+46+120=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #212E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E78 is #DED187. Grayscale: #323232. Windows color (decimal): -14602632 or 7876129. OLE color: 7876129.

HSL color Cylindrical-coordinate representation of color #212E78: hue angle of 231.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212E78 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3346120-
CMYK0.720.6200.53
HSL231.03º56.86%30%-
HSV(B)231.03º72.5%47.06%-
XYZ4.993.6318.21-
YUV50.55167.19115.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=16.58%
G=23.12%
B=60.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33461200.720.6200.53231.0356.8630
Hex212E78483E035e7391e
Octal4156170110760653477136
Binary1000011011101111000100100011111001101011110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E78; }

 p { color: rgb(33,46,120); }

 H1.HeaderClassName
 {
   color: #212E78;
 }
 .AnyTagClassName
 {
   color: #212E78;
 }
</style>
background-color css

<style>
 a { background-color: #212E78; }

 a { background-color: rgb(33,46,120); }

 div.DivClassName
 {
   background-color: #212E78;
 }
 .BgClassName
 {
   background-color: #212E78;
 }
</style>
border-color css

<style>
 span { border-color: #212E78; }

 span { border-color: rgb(33,46,120); }

 td.TdClassName
 {
   border-color: #212E78;
 }
 .TagClassName
 {
   border-color: #212E78;
 }
</style>