Html Css Color HEX #213276 Resolution Blue

📋 copy color: '#213276'

red 33 ◦ green 50 ◦ blue 118

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

Shades of Resolution Blue #213276

Tints of Resolution Blue #213276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 16.42%
G = 24.88%
B = 58.71%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213276 (or 0x213276) is known color: Resolution Blue. HEX triplet: 21, 32 and 76. RGB value is (33,50,118). Sum of RGB (Red+Green+Blue) = 33+50+118=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #213276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213276 is #DECD89. Grayscale: #343434. Windows color (decimal): -14601610 or 7746081. OLE color: 7746081.

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

Color convert

RGB 33 50 118 -
CMYK 0.72 0.58 0 0.54
HSL 228º 0.56% 0.3% -
HSV(B) 228º 0.72% 0.46% -
XYZ 5.04 3.91 17.63 -
YUV 52.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 33 50 118 0.72 0.58 0 0.54 228 0.56 0.3
Hex 21 32 76 48 3A 0 36 E4 38 1E
Octal 41 62 166 110 72 0 66 344 70 36
Binary 100001 110010 1110110 1001000 111010 0 110110 11100100 111000 11110

Color Harmonies of #213276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213276

Black with #213276

Text Example


Text Example

White with #213276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213276; }

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

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

background-color css

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

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

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

border-color css

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

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

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