#224C78

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

Shades of Venice Blue #224C78

Tints of Venice Blue #224C78

Color information

#224C78 (or 0x224C78) is unknown color: approx Venice Blue. HEX triplet: 22, 4C and 78. RGB value is (34,76,120). Sum of RGB (Red+Green+Blue) = 34+76+120=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #224C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C78 is #DDB387. Grayscale: #444444. Windows color (decimal): -14529416 or 7883810. OLE color: 7883810.

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

Color convert

RGB3476120-
CMYK0.720.3700.53
HSL210.7º55.84%30.2%-
HSV(B)210.7º71.67%47.06%-
XYZ6.636.8718.74-
YUV68.46157.09103.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=14.78%
G=33.04%
B=52.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34761200.720.3700.53210.755.8430.2
Hex224C784825035d3381e
Octal42114170110450653237036
Binary10001010011001111000100100010010101101011101001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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