#214777

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

Shades of Venice Blue #214777

Tints of Venice Blue #214777

Color information

#214777 (or 0x214777) is unknown color: approx Venice Blue. HEX triplet: 21, 47 and 77. RGB value is (33,71,119). Sum of RGB (Red+Green+Blue) = 33+71+119=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #214777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214777 is #DEB888. Grayscale: #404040. Windows color (decimal): -14596233 or 7816993. OLE color: 7816993.

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

Color convert

RGB3371119-
CMYK0.720.4000.53
HSL213.49º56.58%29.8%-
HSV(B)213.49º72.27%46.67%-
XYZ6.216.1618.31-
YUV65.11158.41105.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=14.80%
G=31.84%
B=53.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33711190.720.4000.53213.4956.5829.8
Hex2147774828035d5391e
Octal41107167110500653257136
Binary10000110001111110111100100010100001101011101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214777; }

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

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

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

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

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

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

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

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