#214977

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

Shades of Venice Blue #214977

Tints of Venice Blue #214977

Color information

#214977 (or 0x214977) is unknown color: approx Venice Blue. HEX triplet: 21, 49 and 77. RGB value is (33,73,119). Sum of RGB (Red+Green+Blue) = 33+73+119=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #214977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214977 is #DEB688. Grayscale: #424242. Windows color (decimal): -14595721 or 7817505. OLE color: 7817505.

HSL color Cylindrical-coordinate representation of color #214977: hue angle of 212.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214977 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3373119-
CMYK0.720.3900.53
HSL212.09º56.58%29.8%-
HSV(B)212.09º72.27%46.67%-
XYZ6.346.4218.36-
YUV66.28157.75104.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=14.67%
G=32.44%
B=52.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33731190.720.3900.53212.0956.5829.8
Hex2149774827035d4391e
Octal41111167110470653247136
Binary10000110010011110111100100010011101101011101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214977; }

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

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

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

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

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

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

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

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