#214276

Color #214276 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #214276

Tints of Resolution Blue #214276

Color information

#214276 (or 0x214276) is unknown color: approx 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

RGB3366118-
CMYK0.720.4400.54
HSL216.71º56.29%29.61%-
HSV(B)216.71º72.03%46.27%-
XYZ5.855.5317.9-
YUV62.06159.57107.27-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33661180.720.4400.54216.7156.2929.61
Hex214276482C036d9381e
Octal41102166110540663317036
Binary10000110000101110110100100010110001101101101100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>