#213D71

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

Shades of Resolution Blue #213D71

Tints of Resolution Blue #213D71

Color information

#213D71 (or 0x213D71) is unknown color: approx Resolution Blue. HEX triplet: 21, 3D and 71. RGB value is (33,61,113). Sum of RGB (Red+Green+Blue) = 33+61+113=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #213D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D71 is #DEC28E. Grayscale: #3A3A3A. Windows color (decimal): -14598799 or 7421217. OLE color: 7421217.

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

Color convert

RGB3361113-
CMYK0.710.4600.56
HSL219º54.79%28.63%-
HSV(B)219º70.8%44.31%-
XYZ5.284.8516.28-
YUV58.56158.72109.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=15.94%
G=29.47%
B=54.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33611130.710.4600.5621954.7928.63
Hex213D71472E038db371d
Octal4175161107560703336735
Binary1000011111011110001100011110111001110001101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,113); }

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

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

 a { background-color: rgb(33,61,113); }

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

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

 span { border-color: rgb(33,61,113); }

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