#224E73

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

Shades of Venice Blue #224E73

Tints of Venice Blue #224E73

Color information

#224E73 (or 0x224E73) is unknown color: approx Venice Blue. HEX triplet: 22, 4E and 73. RGB value is (34,78,115). Sum of RGB (Red+Green+Blue) = 34+78+115=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #224E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E73 is #DDB18C. Grayscale: #444444. Windows color (decimal): -14528909 or 7556642. OLE color: 7556642.

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

Color convert

RGB3478115-
CMYK0.700.3200.55
HSL207.41º54.36%29.22%-
HSV(B)207.41º70.43%45.1%-
XYZ6.487.0317.23-
YUV69.06153.92102.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=14.98%
G=34.36%
B=50.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34781150.700.3200.55207.4154.3629.22
Hex224E734620037cf361d
Octal42116163106400673176635
Binary10001010011101110011100011010000001101111100111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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