#214976

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

Shades of Venice Blue #214976

Tints of Venice Blue #214976

Color information

#214976 (or 0x214976) is unknown color: approx Venice Blue. HEX triplet: 21, 49 and 76. RGB value is (33,73,118). Sum of RGB (Red+Green+Blue) = 33+73+118=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #214976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214976 is #DEB689. Grayscale: #414141. Windows color (decimal): -14595722 or 7751969. OLE color: 7751969.

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

Color convert

RGB3373118-
CMYK0.720.3800.54
HSL211.76º56.29%29.61%-
HSV(B)211.76º72.03%46.27%-
XYZ6.286.418.04-
YUV66.17157.25104.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=14.73%
G=32.59%
B=52.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33731180.720.3800.54211.7656.2929.61
Hex2149764826036d4381e
Octal41111166110460663247036
Binary10000110010011110110100100010011001101101101010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214976; }

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

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

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

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

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

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

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

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