#224A72

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

Shades of Venice Blue #224A72

Tints of Venice Blue #224A72

Color information

#224A72 (or 0x224A72) is unknown color: approx Venice Blue. HEX triplet: 22, 4A and 72. RGB value is (34,74,114). Sum of RGB (Red+Green+Blue) = 34+74+114=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #224A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A72 is #DDB58D. Grayscale: #424242. Windows color (decimal): -14529934 or 7490082. OLE color: 7490082.

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

Color convert

RGB3474114-
CMYK0.700.3500.55
HSL210º54.05%29.02%-
HSV(B)210º70.18%44.71%-
XYZ6.156.4516.84-
YUV66.6154.75104.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=15.32%
G=33.33%
B=51.35%

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
Decimal34741140.700.3500.5521054.0529.02
Hex224A724623037d2361d
Octal42112162106430673226635
Binary10001010010101110010100011010001101101111101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,74,114); }

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

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

 a { background-color: rgb(34,74,114); }

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

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

 span { border-color: rgb(34,74,114); }

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