#224871

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

Shades of Venice Blue #224871

Tints of Venice Blue #224871

Color information

#224871 (or 0x224871) is unknown color: approx Venice Blue. HEX triplet: 22, 48 and 71. RGB value is (34,72,113). Sum of RGB (Red+Green+Blue) = 34+72+113=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #224871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224871 is #DDB78E. Grayscale: #414141. Windows color (decimal): -14530447 or 7424034. OLE color: 7424034.

HSL color Cylindrical-coordinate representation of color #224871: hue angle of 211.14º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224871 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3472113-
CMYK0.700.3600.56
HSL211.14º53.74%28.82%-
HSV(B)211.14º69.91%44.31%-
XYZ5.966.1716.5-
YUV65.31154.91105.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=15.53%
G=32.88%
B=51.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34721130.700.3600.56211.1453.7428.82
Hex2248714624038d3361d
Octal42110161106440703236635
Binary10001010010001110001100011010010001110001101001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224871; }

 p { color: rgb(34,72,113); }

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

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

 a { background-color: rgb(34,72,113); }

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

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

 span { border-color: rgb(34,72,113); }

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