#214076

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

Shades of Resolution Blue #214076

Tints of Resolution Blue #214076

Color information

#214076 (or 0x214076) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 76. RGB value is (33,64,118). Sum of RGB (Red+Green+Blue) = 33+64+118=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #214076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214076 is #DEBF89. Grayscale: #3C3C3C. Windows color (decimal): -14598026 or 7749665. OLE color: 7749665.

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

Color convert

RGB3364118-
CMYK0.720.4600.54
HSL218.12º56.29%29.61%-
HSV(B)218.12º72.03%46.27%-
XYZ5.735.317.86-
YUV60.89160.23108.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=15.35%
G=29.77%
B=54.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33641180.720.4600.54218.1256.2929.61
Hex214076482E036da381e
Octal41100166110560663327036
Binary10000110000001110110100100010111001101101101101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214076; }

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

 H1.HeaderClassName
 {
   color: #214076;
 }
 .AnyTagClassName
 {
   color: #214076;
 }
</style>
background-color css

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

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

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

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

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

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