Html Css Color HEX #214276 Resolution Blue

📋 copy color: '#214276'

red 33 ◦ green 66 ◦ blue 118

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

Shades of Resolution Blue #214276

Tints of Resolution Blue #214276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 15.21%
G = 30.41%
B = 54.38%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214276 (or 0x214276) is known color: Resolution Blue. HEX triplet: 21, 42 and 76. RGB value is (33,66,118). Sum of RGB (Red+Green+Blue) = 33+66+118=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #214276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214276 is #DEBD89. Grayscale: #3D3D3D. Windows color (decimal): -14597514 or 7750177. OLE color: 7750177.

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

Color convert

RGB 33 66 118 -
CMYK 0.72 0.44 0 0.54
HSL 216.71º 0.56% 0.3% -
HSV(B) 216.71º 0.72% 0.46% -
XYZ 5.85 5.53 17.9 -
YUV 62.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 33 66 118 0.72 0.44 0 0.54 216.71 0.56 0.3
Hex 21 42 76 48 2C 0 36 D9 38 1E
Octal 41 102 166 110 54 0 66 331 70 36
Binary 100001 1000010 1110110 1001000 101100 0 110110 11011001 111000 11110

Color Harmonies of #214276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214276

Black with #214276

Text Example


Text Example

White with #214276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214276; }

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

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

background-color css

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

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

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

border-color css

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

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

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