Html Css Color HEX #213476 Resolution Blue

📋 copy color: '#213476'

red 33 ◦ green 52 ◦ blue 118

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

Shades of Resolution Blue #213476

Tints of Resolution Blue #213476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 16.26%
G = 25.62%
B = 58.13%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213476 (or 0x213476) is known color: Resolution Blue. HEX triplet: 21, 34 and 76. RGB value is (33,52,118). Sum of RGB (Red+Green+Blue) = 33+52+118=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #213476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213476 is #DECB89. Grayscale: #353535. Windows color (decimal): -14601098 or 7746593. OLE color: 7746593.

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

Color convert

RGB 33 52 118 -
CMYK 0.72 0.56 0 0.54
HSL 226.59º 0.56% 0.3% -
HSV(B) 226.59º 0.72% 0.46% -
XYZ 5.13 4.09 17.66 -
YUV 53.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 33 52 118 0.72 0.56 0 0.54 226.59 0.56 0.3
Hex 21 34 76 48 38 0 36 E3 38 1E
Octal 41 64 166 110 70 0 66 343 70 36
Binary 100001 110100 1110110 1001000 111000 0 110110 11100011 111000 11110

Color Harmonies of #213476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213476

Black with #213476

Text Example


Text Example

White with #213476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213476; }

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

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

background-color css

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

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

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

border-color css

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

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

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