#224D73

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

Shades of Venice Blue #224D73

Tints of Venice Blue #224D73

Color information

#224D73 (or 0x224D73) is unknown color: approx Venice Blue. HEX triplet: 22, 4D and 73. RGB value is (34,77,115). Sum of RGB (Red+Green+Blue) = 34+77+115=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #224D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D73 is #DDB28C. Grayscale: #444444. Windows color (decimal): -14529165 or 7556386. OLE color: 7556386.

HSL color Cylindrical-coordinate representation of color #224D73: hue angle of 208.15º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224D73 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3477115-
CMYK0.700.3300.55
HSL208.15º54.36%29.22%-
HSV(B)208.15º70.43%45.1%-
XYZ6.416.8917.21-
YUV68.47154.25103.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=15.04%
G=34.07%
B=50.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34771150.700.3300.55208.1554.3629.22
Hex224D734621037d0361d
Octal42115163106410673206635
Binary10001010011011110011100011010000101101111101000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D73; }

 p { color: rgb(34,77,115); }

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

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

 a { background-color: rgb(34,77,115); }

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

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

 span { border-color: rgb(34,77,115); }

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