#213E72

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

Shades of Resolution Blue #213E72

Tints of Resolution Blue #213E72

Color information

#213E72 (or 0x213E72) is unknown color: approx Resolution Blue. HEX triplet: 21, 3E and 72. RGB value is (33,62,114). Sum of RGB (Red+Green+Blue) = 33+62+114=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #213E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E72 is #DEC18D. Grayscale: #3B3B3B. Windows color (decimal): -14598542 or 7487009. OLE color: 7487009.

HSL color Cylindrical-coordinate representation of color #213E72: hue angle of 218.52º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213E72 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3362114-
CMYK0.710.4600.55
HSL218.52º55.1%28.82%-
HSV(B)218.52º71.05%44.71%-
XYZ5.394.9816.6-
YUV59.26158.89109.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=15.79%
G=29.67%
B=54.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33621140.710.4600.55218.5255.128.82
Hex213E72472E037db371d
Octal4176162107560673336735
Binary1000011111101110010100011110111001101111101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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