Html Css Color HEX #213576 Resolution Blue

📋 copy color: '#213576'

red 33 ◦ green 53 ◦ blue 118

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

Shades of Resolution Blue #213576

Tints of Resolution Blue #213576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 16.18%
G = 25.98%
B = 57.84%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213576 (or 0x213576) is known color: Resolution Blue. HEX triplet: 21, 35 and 76. RGB value is (33,53,118). Sum of RGB (Red+Green+Blue) = 33+53+118=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #213576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213576 is #DECA89. Grayscale: #363636. Windows color (decimal): -14600842 or 7746849. OLE color: 7746849.

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

Color convert

RGB 33 53 118 -
CMYK 0.72 0.55 0 0.54
HSL 225.88º 0.56% 0.3% -
HSV(B) 225.88º 0.72% 0.46% -
XYZ 5.17 4.18 17.67 -
YUV 54.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 33 53 118 0.72 0.55 0 0.54 225.88 0.56 0.3
Hex 21 35 76 48 37 0 36 E2 38 1E
Octal 41 65 166 110 67 0 66 342 70 36
Binary 100001 110101 1110110 1001000 110111 0 110110 11100010 111000 11110

Color Harmonies of #213576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213576

Black with #213576

Text Example


Text Example

White with #213576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213576; }

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

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

background-color css

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

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

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

border-color css

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

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

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