#214678

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

Shades of Venice Blue #214678

Tints of Venice Blue #214678

Color information

#214678 (or 0x214678) is unknown color: approx Venice Blue. HEX triplet: 21, 46 and 78. RGB value is (33,70,120). Sum of RGB (Red+Green+Blue) = 33+70+120=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #214678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214678 is #DEB987. Grayscale: #404040. Windows color (decimal): -14596488 or 7882273. OLE color: 7882273.

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

Color convert

RGB3370120-
CMYK0.720.4200.53
HSL214.48º56.86%30%-
HSV(B)214.48º72.5%47.06%-
XYZ6.216.0618.61-
YUV64.64159.24105.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=14.80%
G=31.39%
B=53.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33701200.720.4200.53214.4856.8630
Hex214678482A035d6391e
Octal41106170110520653267136
Binary10000110001101111000100100010101001101011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214678; }

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

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

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

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

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

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

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

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