#212E7F

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

Shades of Resolution Blue #212E7F

Tints of Resolution Blue #212E7F

Color information

#212E7F (or 0x212E7F) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 7F. RGB value is (33,46,127). Sum of RGB (Red+Green+Blue) = 33+46+127=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #212E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E7F is #DED180. Grayscale: #333333. Windows color (decimal): -14602625 or 8334881. OLE color: 8334881.

HSL color Cylindrical-coordinate representation of color #212E7F: hue angle of 231.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212E7F is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3346127-
CMYK0.740.6400.50
HSL231.7º58.75%31.37%-
HSV(B)231.7º74.02%49.8%-
XYZ5.433.8120.53-
YUV51.35170.69114.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 127 (50% from 255) = 61.65%
R=16.02%
G=22.33%
B=61.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33461270.740.6400.50231.758.7531.37
Hex212E7F4A40032e83b1f
Octal41561771121000623507337
Binary10000110111011111111001010100000001100101110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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