#213D76

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

Shades of Resolution Blue #213D76

Tints of Resolution Blue #213D76

Color information

#213D76 (or 0x213D76) is unknown color: approx Resolution Blue. HEX triplet: 21, 3D and 76. RGB value is (33,61,118). Sum of RGB (Red+Green+Blue) = 33+61+118=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #213D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D76 is #DEC289. Grayscale: #3A3A3A. Windows color (decimal): -14598794 or 7748897. OLE color: 7748897.

HSL color Cylindrical-coordinate representation of color #213D76: hue angle of 220.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213D76 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3361118-
CMYK0.720.4800.54
HSL220.24º56.29%29.61%-
HSV(B)220.24º72.03%46.27%-
XYZ5.574.9717.81-
YUV59.13161.22109.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=15.57%
G=28.77%
B=55.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33611180.720.4800.54220.2456.2929.61
Hex213D764830036dc381e
Octal4175166110600663347036
Binary1000011111011110110100100011000001101101101110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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