#214973

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

Shades of Venice Blue #214973

Tints of Venice Blue #214973

Color information

#214973 (or 0x214973) is unknown color: approx Venice Blue. HEX triplet: 21, 49 and 73. RGB value is (33,73,115). Sum of RGB (Red+Green+Blue) = 33+73+115=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #214973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214973 is #DEB68C. Grayscale: #414141. Windows color (decimal): -14595725 or 7555361. OLE color: 7555361.

HSL color Cylindrical-coordinate representation of color #214973: hue angle of 210.73º 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 #214973 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3373115-
CMYK0.710.3700.55
HSL210.73º55.41%29.02%-
HSV(B)210.73º71.3%45.1%-
XYZ6.16.3317.12-
YUV65.83155.75104.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=14.93%
G=33.03%
B=52.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33731150.710.3700.55210.7355.4129.02
Hex2149734725037d3371d
Octal41111163107450673236735
Binary10000110010011110011100011110010101101111101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214973; }

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

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

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

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

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

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

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

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