Html Css Color HEX #213C77 Resolution Blue

📋 copy color: '#213C77'

red 33 ◦ green 60 ◦ blue 119

#213C77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #213C77

Tints of Resolution Blue #213C77

RGB

 RED value IS 33 (13.28% from 255) = 15.57%

 GREEN value IS 60 (23.83% from 255) = 28.3%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 15.57%
G = 28.3%
B = 56.13%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213C77 (or 0x213C77) is known color: Resolution Blue. HEX triplet: 21, 3C and 77. RGB value is (33,60,119). Sum of RGB (Red+Green+Blue) = 33+60+119=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #213C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C77 is #DEC388. Grayscale: #3A3A3A. Windows color (decimal): -14599049 or 7814177. OLE color: 7814177.

HSL color Cylindrical-coordinate representation of color #213C77: hue angle of 221.16º 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 #213C77 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 60 119 -
CMYK 0.72 0.50 0 0.53
HSL 221.16º 0.57% 0.3% -
HSV(B) 221.16º 0.72% 0.47% -
XYZ 5.57 4.89 18.1 -
YUV 58.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 33 60 119 0.72 0.50 0 0.53 221.16 0.57 0.3
Hex 21 3C 77 48 32 0 35 DD 39 1E
Octal 41 74 167 110 62 0 65 335 71 36
Binary 100001 111100 1110111 1001000 110010 0 110101 11011101 111001 11110

Color Harmonies of #213C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C77

Black with #213C77

Text Example


Text Example

White with #213C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213C77;
 }
 .AnyTagClassName
 {
   color: #213C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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