#224778

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

Shades of Venice Blue #224778

Tints of Venice Blue #224778

Color information

#224778 (or 0x224778) is unknown color: approx Venice Blue. HEX triplet: 22, 47 and 78. RGB value is (34,71,120). Sum of RGB (Red+Green+Blue) = 34+71+120=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #224778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224778 is #DDB887. Grayscale: #414141. Windows color (decimal): -14530696 or 7882530. OLE color: 7882530.

HSL color Cylindrical-coordinate representation of color #224778: hue angle of 214.19º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224778 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3471120-
CMYK0.720.4100.53
HSL214.19º55.84%30.2%-
HSV(B)214.19º71.67%47.06%-
XYZ6.36.218.63-
YUV65.52158.74105.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=15.11%
G=31.56%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34711200.720.4100.53214.1955.8430.2
Hex2247784829035d6381e
Octal42107170110510653267036
Binary10001010001111111000100100010100101101011101011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224778; }

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

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

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

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

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

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

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

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