#212E70

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

Shades of Resolution Blue #212E70

Tints of Resolution Blue #212E70

Color information

#212E70 (or 0x212E70) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 70. RGB value is (33,46,112). Sum of RGB (Red+Green+Blue) = 33+46+112=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #212E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E70 is #DED18F. Grayscale: #313131. Windows color (decimal): -14602640 or 7351841. OLE color: 7351841.

HSL color Cylindrical-coordinate representation of color #212E70: hue angle of 230.13º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212E70 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3346112-
CMYK0.710.5900.56
HSL230.13º54.48%28.43%-
HSV(B)230.13º70.54%43.92%-
XYZ4.533.4515.76-
YUV49.64163.19116.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=17.28%
G=24.08%
B=58.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33461120.710.5900.56230.1354.4828.43
Hex212E70473B038e6361c
Octal4156160107730703466634
Binary1000011011101110000100011111101101110001110011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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