#214473

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

Shades of Venice Blue #214473

Tints of Venice Blue #214473

Color information

#214473 (or 0x214473) is unknown color: approx Venice Blue. HEX triplet: 21, 44 and 73. RGB value is (33,68,115). Sum of RGB (Red+Green+Blue) = 33+68+115=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #214473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214473 is #DEBB8C. Grayscale: #3E3E3E. Windows color (decimal): -14597005 or 7554081. OLE color: 7554081.

HSL color Cylindrical-coordinate representation of color #214473: hue angle of 214.39º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214473 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3368115-
CMYK0.710.4100.55
HSL214.39º55.41%29.02%-
HSV(B)214.39º71.3%45.1%-
XYZ5.795.717.01-
YUV62.89157.4106.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=15.28%
G=31.48%
B=53.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33681150.710.4100.55214.3955.4129.02
Hex2144734729037d6371d
Octal41104163107510673266735
Binary10000110001001110011100011110100101101111101011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214473; }

 p { color: rgb(33,68,115); }

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

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

 a { background-color: rgb(33,68,115); }

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

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

 span { border-color: rgb(33,68,115); }

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