Html Css Color HEX #213976 Resolution Blue

📋 copy color: '#213976'

red 33 ◦ green 57 ◦ blue 118

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

Shades of Resolution Blue #213976

Tints of Resolution Blue #213976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 15.87%
G = 27.4%
B = 56.73%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213976 (or 0x213976) is known color: Resolution Blue. HEX triplet: 21, 39 and 76. RGB value is (33,57,118). Sum of RGB (Red+Green+Blue) = 33+57+118=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #213976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213976 is #DEC689. Grayscale: #383838. Windows color (decimal): -14599818 or 7747873. OLE color: 7747873.

HSL color Cylindrical-coordinate representation of color #213976: hue angle of 223.06º 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 #213976 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 57 118 -
CMYK 0.72 0.52 0 0.54
HSL 223.06º 0.56% 0.3% -
HSV(B) 223.06º 0.72% 0.46% -
XYZ 5.36 4.56 17.74 -
YUV 56.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 33 57 118 0.72 0.52 0 0.54 223.06 0.56 0.3
Hex 21 39 76 48 34 0 36 DF 38 1E
Octal 41 71 166 110 64 0 66 337 70 36
Binary 100001 111001 1110110 1001000 110100 0 110110 11011111 111000 11110

Color Harmonies of #213976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213976

Black with #213976

Text Example


Text Example

White with #213976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213976; }

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

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

background-color css

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

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

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

border-color css

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

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

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