#224676

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

Shades of Venice Blue #224676

Tints of Venice Blue #224676

Color information

#224676 (or 0x224676) is unknown color: approx Venice Blue. HEX triplet: 22, 46 and 76. RGB value is (34,70,118). Sum of RGB (Red+Green+Blue) = 34+70+118=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #224676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224676 is #DDB989. Grayscale: #404040. Windows color (decimal): -14530954 or 7751202. OLE color: 7751202.

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

Color convert

RGB3470118-
CMYK0.710.4100.54
HSL214.29º55.26%29.8%-
HSV(B)214.29º71.19%46.27%-
XYZ6.126.0317.98-
YUV64.71158.07106.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=15.32%
G=31.53%
B=53.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34701180.710.4100.54214.2955.2629.8
Hex2246764729036d6371e
Octal42106166107510663266736
Binary10001010001101110110100011110100101101101101011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224676; }

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

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

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

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

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

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

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

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