#214974

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

Shades of Venice Blue #214974

Tints of Venice Blue #214974

Color information

#214974 (or 0x214974) is unknown color: approx Venice Blue. HEX triplet: 21, 49 and 74. RGB value is (33,73,116). Sum of RGB (Red+Green+Blue) = 33+73+116=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #214974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214974 is #DEB68B. Grayscale: #414141. Windows color (decimal): -14595724 or 7620897. OLE color: 7620897.

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

Color convert

RGB3373116-
CMYK0.720.3700.55
HSL211.08º55.7%29.22%-
HSV(B)211.08º71.55%45.49%-
XYZ6.166.3517.42-
YUV65.94156.25104.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=14.86%
G=32.88%
B=52.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33731160.720.3700.55211.0855.729.22
Hex2149744825037d3381d
Octal41111164110450673237035
Binary10000110010011110100100100010010101101111101001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214974; }

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

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

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

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

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

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

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

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