#212F79

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

Shades of Resolution Blue #212F79

Tints of Resolution Blue #212F79

Color information

#212F79 (or 0x212F79) is unknown color: approx Resolution Blue. HEX triplet: 21, 2F and 79. RGB value is (33,47,121). Sum of RGB (Red+Green+Blue) = 33+47+121=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #212F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F79 is #DED086. Grayscale: #323232. Windows color (decimal): -14602375 or 7941921. OLE color: 7941921.

HSL color Cylindrical-coordinate representation of color #212F79: hue angle of 230.45º 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 #212F79 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3347121-
CMYK0.730.6100.53
HSL230.45º57.14%30.2%-
HSV(B)230.45º72.73%47.45%-
XYZ5.093.7418.54-
YUV51.25167.36114.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 47 (18.75% from 255) = 23.38%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=16.42%
G=23.38%
B=60.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33471210.730.6100.53230.4557.1430.2
Hex212F79493D035e6391e
Octal4157171111750653467136
Binary1000011011111111001100100111110101101011110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,121); }

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

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

 a { background-color: rgb(33,47,121); }

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

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

 span { border-color: rgb(33,47,121); }

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