#212E82

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

Shades of Resolution Blue #212E82

Tints of Resolution Blue #212E82

Color information

#212E82 (or 0x212E82) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 82. RGB value is (33,46,130). Sum of RGB (Red+Green+Blue) = 33+46+130=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #212E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E82 is #DED17D. Grayscale: #333333. Windows color (decimal): -14602622 or 8531489. OLE color: 8531489.

HSL color Cylindrical-coordinate representation of color #212E82: hue angle of 231.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212E82 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3346130-
CMYK0.750.6500.49
HSL231.96º59.51%31.96%-
HSV(B)231.96º74.62%50.98%-
XYZ5.633.8921.57-
YUV51.69172.19114.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=15.79%
G=22.01%
B=62.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33461300.750.6500.49231.9659.5131.96
Hex212E824B41031e83c20
Octal41562021131010613507440
Binary1000011011101000001010010111000001011000111101000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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