#212D82

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

Shades of Resolution Blue #212D82

Tints of Resolution Blue #212D82

Color information

#212D82 (or 0x212D82) is unknown color: approx Resolution Blue. HEX triplet: 21, 2D and 82. RGB value is (33,45,130). Sum of RGB (Red+Green+Blue) = 33+45+130=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #212D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D82 is #DED27D. Grayscale: #323232. Windows color (decimal): -14602878 or 8531233. OLE color: 8531233.

HSL color Cylindrical-coordinate representation of color #212D82: hue angle of 232.58º 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 #212D82 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3345130-
CMYK0.750.6500.49
HSL232.58º59.51%31.96%-
HSV(B)232.58º74.62%50.98%-
XYZ5.593.8121.56-
YUV51.1172.52115.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=15.87%
G=21.63%
B=62.5%

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
Decimal33451300.750.6500.49232.5859.5131.96
Hex212D824B41031e93c20
Octal41552021131010613517440
Binary1000011011011000001010010111000001011000111101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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