#212F6B

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

Shades of Resolution Blue #212F6B

Tints of Resolution Blue #212F6B

Color information

#212F6B (or 0x212F6B) is unknown color: approx Resolution Blue. HEX triplet: 21, 2F and 6B. RGB value is (33,47,107). Sum of RGB (Red+Green+Blue) = 33+47+107=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #212F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F6B is #DED094. Grayscale: #313131. Windows color (decimal): -14602389 or 7024417. OLE color: 7024417.

HSL color Cylindrical-coordinate representation of color #212F6B: hue angle of 228.65º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212F6B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3347107-
CMYK0.690.5600.58
HSL228.65º52.86%27.45%-
HSV(B)228.65º69.16%41.96%-
XYZ4.33.4214.34-
YUV49.65160.36116.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=17.65%
G=25.13%
B=57.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33471070.690.5600.58228.6552.8627.45
Hex212F6B453803Ae5351b
Octal4157153105700723456533
Binary1000011011111101011100010111100001110101110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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