#213E7D

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

Shades of Resolution Blue #213E7D

Tints of Resolution Blue #213E7D

Color information

#213E7D (or 0x213E7D) is unknown color: approx Resolution Blue. HEX triplet: 21, 3E and 7D. RGB value is (33,62,125). Sum of RGB (Red+Green+Blue) = 33+62+125=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #213E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E7D is #DEC182. Grayscale: #3C3C3C. Windows color (decimal): -14598531 or 8207905. OLE color: 8207905.

HSL color Cylindrical-coordinate representation of color #213E7D: hue angle of 221.09º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213E7D is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3362125-
CMYK0.740.5000.51
HSL221.09º58.23%30.98%-
HSV(B)221.09º73.6%49.02%-
XYZ6.055.2520.1-
YUV60.51164.39108.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=15%
G=28.18%
B=56.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33621250.740.5000.51221.0958.2330.98
Hex213E7D4A32033dd3a1f
Octal4176175112620633357237
Binary1000011111101111101100101011001001100111101110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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