#224976

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

Shades of Venice Blue #224976

Tints of Venice Blue #224976

Color information

#224976 (or 0x224976) is unknown color: approx Venice Blue. HEX triplet: 22, 49 and 76. RGB value is (34,73,118). Sum of RGB (Red+Green+Blue) = 34+73+118=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #224976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224976 is #DDB689. Grayscale: #424242. Windows color (decimal): -14530186 or 7751970. OLE color: 7751970.

HSL color Cylindrical-coordinate representation of color #224976: hue angle of 212.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224976 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3473118-
CMYK0.710.3800.54
HSL212.14º55.26%29.8%-
HSV(B)212.14º71.19%46.27%-
XYZ6.316.4118.04-
YUV66.47157.08104.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=15.11%
G=32.44%
B=52.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34731180.710.3800.54212.1455.2629.8
Hex2249764726036d4371e
Octal42111166107460663246736
Binary10001010010011110110100011110011001101101101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224976; }

 p { color: rgb(34,73,118); }

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

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

 a { background-color: rgb(34,73,118); }

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

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

 span { border-color: rgb(34,73,118); }

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