#224B73

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

Shades of Venice Blue #224B73

Tints of Venice Blue #224B73

Color information

#224B73 (or 0x224B73) is unknown color: approx Venice Blue. HEX triplet: 22, 4B and 73. RGB value is (34,75,115). Sum of RGB (Red+Green+Blue) = 34+75+115=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #224B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B73 is #DDB48C. Grayscale: #434343. Windows color (decimal): -14529677 or 7555874. OLE color: 7555874.

HSL color Cylindrical-coordinate representation of color #224B73: hue angle of 209.63º 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 #224B73 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3475115-
CMYK0.700.3500.55
HSL209.63º54.36%29.22%-
HSV(B)209.63º70.43%45.1%-
XYZ6.276.6117.17-
YUV67.3154.92104.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=15.18%
G=33.48%
B=51.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34751150.700.3500.55209.6354.3629.22
Hex224B734623037d2361d
Octal42113163106430673226635
Binary10001010010111110011100011010001101101111101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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