Html Css Color HEX #213376 Resolution Blue

📋 copy color: '#213376'

red 33 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #213376

Tints of Resolution Blue #213376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 16.34%
G = 25.25%
B = 58.42%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213376 (or 0x213376) is known color: Resolution Blue. HEX triplet: 21, 33 and 76. RGB value is (33,51,118). Sum of RGB (Red+Green+Blue) = 33+51+118=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #213376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213376 is #DECC89. Grayscale: #343434. Windows color (decimal): -14601354 or 7746337. OLE color: 7746337.

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

Color convert

RGB 33 51 118 -
CMYK 0.72 0.57 0 0.54
HSL 227.29º 0.56% 0.3% -
HSV(B) 227.29º 0.72% 0.46% -
XYZ 5.08 4 17.64 -
YUV 53.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 33 51 118 0.72 0.57 0 0.54 227.29 0.56 0.3
Hex 21 33 76 48 39 0 36 E3 38 1E
Octal 41 63 166 110 71 0 66 343 70 36
Binary 100001 110011 1110110 1001000 111001 0 110110 11100011 111000 11110

Color Harmonies of #213376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213376

Black with #213376

Text Example


Text Example

White with #213376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213376; }

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

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

background-color css

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

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

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

border-color css

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

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

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