#213E7F

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

Shades of Resolution Blue #213E7F

Tints of Resolution Blue #213E7F

Color information

#213E7F (or 0x213E7F) is unknown color: approx Resolution Blue. HEX triplet: 21, 3E and 7F. RGB value is (33,62,127). Sum of RGB (Red+Green+Blue) = 33+62+127=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #213E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E7F is #DEC180. Grayscale: #3C3C3C. Windows color (decimal): -14598529 or 8338977. OLE color: 8338977.

HSL color Cylindrical-coordinate representation of color #213E7F: hue angle of 221.49º 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 #213E7F is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3362127-
CMYK0.740.5100.50
HSL221.49º58.75%31.37%-
HSV(B)221.49º74.02%49.8%-
XYZ6.185.320.78-
YUV60.74165.39108.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 127 (50% from 255) = 57.21%
R=14.86%
G=27.93%
B=57.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33621270.740.5100.50221.4958.7531.37
Hex213E7F4A33032dd3b1f
Octal4176177112630623357337
Binary1000011111101111111100101011001101100101101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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