#224975

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

Shades of Venice Blue #224975

Tints of Venice Blue #224975

Color information

#224975 (or 0x224975) is unknown color: approx Venice Blue. HEX triplet: 22, 49 and 75. RGB value is (34,73,117). Sum of RGB (Red+Green+Blue) = 34+73+117=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #224975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224975 is #DDB68A. Grayscale: #424242. Windows color (decimal): -14530187 or 7686434. OLE color: 7686434.

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

Color convert

RGB3473117-
CMYK0.710.3800.54
HSL211.81º54.97%29.61%-
HSV(B)211.81º70.94%45.88%-
XYZ6.256.3917.73-
YUV66.35156.58104.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=15.18%
G=32.59%
B=52.23%

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
Decimal34731170.710.3800.54211.8154.9729.61
Hex2249754726036d4371e
Octal42111165107460663246736
Binary10001010010011110101100011110011001101101101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224975; }

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

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

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

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

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

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

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

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