#212F7B

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

Shades of Resolution Blue #212F7B

Tints of Resolution Blue #212F7B

Color information

#212F7B (or 0x212F7B) is unknown color: approx Resolution Blue. HEX triplet: 21, 2F and 7B. RGB value is (33,47,123). Sum of RGB (Red+Green+Blue) = 33+47+123=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #212F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F7B is #DED084. Grayscale: #333333. Windows color (decimal): -14602373 or 8072993. OLE color: 8072993.

HSL color Cylindrical-coordinate representation of color #212F7B: hue angle of 230.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212F7B is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3347123-
CMYK0.730.6200.52
HSL230.67º57.69%30.59%-
HSV(B)230.67º73.17%48.24%-
XYZ5.223.7919.19-
YUV51.48168.36114.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=16.26%
G=23.15%
B=60.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33471230.730.6200.52230.6757.6930.59
Hex212F7B493E034e73a1f
Octal4157173111760643477237
Binary1000011011111111011100100111111001101001110011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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