#213D77

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

Shades of Resolution Blue #213D77

Tints of Resolution Blue #213D77

Color information

#213D77 (or 0x213D77) is unknown color: approx Resolution Blue. HEX triplet: 21, 3D and 77. RGB value is (33,61,119). Sum of RGB (Red+Green+Blue) = 33+61+119=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #213D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D77 is #DEC288. Grayscale: #3A3A3A. Windows color (decimal): -14598793 or 7814433. OLE color: 7814433.

HSL color Cylindrical-coordinate representation of color #213D77: hue angle of 220.47º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213D77 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3361119-
CMYK0.720.4900.53
HSL220.47º56.58%29.8%-
HSV(B)220.47º72.27%46.67%-
XYZ5.634.9918.12-
YUV59.24161.72109.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=15.49%
G=28.64%
B=55.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33611190.720.4900.53220.4756.5829.8
Hex213D774831035dc391e
Octal4175167110610653347136
Binary1000011111011110111100100011000101101011101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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