#224D78

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

Shades of Venice Blue #224D78

Tints of Venice Blue #224D78

Color information

#224D78 (or 0x224D78) is unknown color: approx Venice Blue. HEX triplet: 22, 4D and 78. RGB value is (34,77,120). Sum of RGB (Red+Green+Blue) = 34+77+120=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #224D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D78 is #DDB287. Grayscale: #444444. Windows color (decimal): -14529160 or 7884066. OLE color: 7884066.

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

Color convert

RGB3477120-
CMYK0.720.3600.53
HSL210º55.84%30.2%-
HSV(B)210º71.67%47.06%-
XYZ6.7718.77-
YUV69.04156.75103-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=14.72%
G=33.33%
B=51.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34771200.720.3600.5321055.8430.2
Hex224D784824035d2381e
Octal42115170110440653227036
Binary10001010011011111000100100010010001101011101001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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