#214677

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

Shades of Venice Blue #214677

Tints of Venice Blue #214677

Color information

#214677 (or 0x214677) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 77. RGB value is (33,70,119). Sum of RGB (Red+Green+Blue) = 33+70+119=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #214677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214677 is #DEB988. Grayscale: #404040. Windows color (decimal): -14596489 or 7816737. OLE color: 7816737.

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

Color convert

RGB3370119-
CMYK0.720.4100.53
HSL214.19º56.58%29.8%-
HSV(B)214.19º72.27%46.67%-
XYZ6.156.0418.29-
YUV64.52158.74105.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=14.86%
G=31.53%
B=53.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33701190.720.4100.53214.1956.5829.8
Hex2146774829035d6391e
Octal41106167110510653267136
Binary10000110001101110111100100010100101101011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214677; }

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

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

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

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

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

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

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

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