Html Css Color HEX #213676 Resolution Blue

📋 copy color: '#213676'

red 33 ◦ green 54 ◦ blue 118

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

Shades of Resolution Blue #213676

Tints of Resolution Blue #213676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 16.1%
G = 26.34%
B = 57.56%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213676 (or 0x213676) is known color: Resolution Blue. HEX triplet: 21, 36 and 76. RGB value is (33,54,118). Sum of RGB (Red+Green+Blue) = 33+54+118=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #213676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213676 is #DEC989. Grayscale: #363636. Windows color (decimal): -14600586 or 7747105. OLE color: 7747105.

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

Color convert

RGB 33 54 118 -
CMYK 0.72 0.54 0 0.54
HSL 225.18º 0.56% 0.3% -
HSV(B) 225.18º 0.72% 0.46% -
XYZ 5.22 4.27 17.69 -
YUV 55.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 33 54 118 0.72 0.54 0 0.54 225.18 0.56 0.3
Hex 21 36 76 48 36 0 36 E1 38 1E
Octal 41 66 166 110 66 0 66 341 70 36
Binary 100001 110110 1110110 1001000 110110 0 110110 11100001 111000 11110

Color Harmonies of #213676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213676

Black with #213676

Text Example


Text Example

White with #213676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213676; }

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

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

background-color css

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

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

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

border-color css

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

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

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