#214778

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

Shades of Venice Blue #214778

Tints of Venice Blue #214778

Color information

#214778 (or 0x214778) is unknown color: approx Venice Blue. HEX triplet: 21, 47 and 78. RGB value is (33,71,120). Sum of RGB (Red+Green+Blue) = 33+71+120=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #214778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214778 is #DEB887. Grayscale: #404040. Windows color (decimal): -14596232 or 7882529. OLE color: 7882529.

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

Color convert

RGB3371120-
CMYK0.720.4100.53
HSL213.79º56.86%30%-
HSV(B)213.79º72.5%47.06%-
XYZ6.276.1918.63-
YUV65.22158.91105.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=14.73%
G=31.70%
B=53.57%

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
Decimal33711200.720.4100.53213.7956.8630
Hex2147784829035d6391e
Octal41107170110510653267136
Binary10000110001111111000100100010100101101011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214778; }

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

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

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

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

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

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

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

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