#224775

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

Shades of Venice Blue #224775

Tints of Venice Blue #224775

Color information

#224775 (or 0x224775) is unknown color: approx Venice Blue. HEX triplet: 22, 47 and 75. RGB value is (34,71,117). Sum of RGB (Red+Green+Blue) = 34+71+117=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #224775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224775 is #DDB88A. Grayscale: #404040. Windows color (decimal): -14530699 or 7685922. OLE color: 7685922.

HSL color Cylindrical-coordinate representation of color #224775: hue angle of 213.25º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224775 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3471117-
CMYK0.710.3900.54
HSL213.25º54.97%29.61%-
HSV(B)213.25º70.94%45.88%-
XYZ6.126.1317.69-
YUV65.18157.24105.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=15.32%
G=31.98%
B=52.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34711170.710.3900.54213.2554.9729.61
Hex2247754727036d5371e
Octal42107165107470663256736
Binary10001010001111110101100011110011101101101101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224775; }

 p { color: rgb(34,71,117); }

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

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

 a { background-color: rgb(34,71,117); }

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

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

 span { border-color: rgb(34,71,117); }

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