#213B78

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

Shades of Resolution Blue #213B78

Tints of Resolution Blue #213B78

Color information

#213B78 (or 0x213B78) is unknown color: approx Resolution Blue. HEX triplet: 21, 3B and 78. RGB value is (33,59,120). Sum of RGB (Red+Green+Blue) = 33+59+120=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #213B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B78 is #DEC487. Grayscale: #393939. Windows color (decimal): -14599304 or 7879457. OLE color: 7879457.

HSL color Cylindrical-coordinate representation of color #213B78: hue angle of 222.07º 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 #213B78 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3359120-
CMYK0.720.5100.53
HSL222.07º56.86%30%-
HSV(B)222.07º72.5%47.06%-
XYZ5.584.8118.4-
YUV58.18162.89110.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=15.57%
G=27.83%
B=56.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33591200.720.5100.53222.0756.8630
Hex213B784833035de391e
Octal4173170110630653367136
Binary1000011110111111000100100011001101101011101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B78; }

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

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

<style>
 a { background-color: #213B78; }

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

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

<style>
 span { border-color: #213B78; }

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

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