#244A78

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

Shades of Venice Blue #244A78

Tints of Venice Blue #244A78

Color information

#244A78 (or 0x244A78) is unknown color: approx Venice Blue. HEX triplet: 24, 4A and 78. RGB value is (36,74,120). Sum of RGB (Red+Green+Blue) = 36+74+120=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 74 (29.30% from 255 or 32.17% 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 #244A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A78 is #DBB587. Grayscale: #434343. Windows color (decimal): -14398856 or 7883300. OLE color: 7883300.

HSL color Cylindrical-coordinate representation of color #244A78: hue angle of 212.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #244A78 is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3674120-
CMYK0.70.3800.53
HSL212.86º53.85%30.59%-
HSV(B)212.86º70%47.06%-
XYZ6.576.6318.7-
YUV67.88157.41105.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=15.65%
G=32.17%
B=52.17%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36741200.70.3800.53212.8653.8530.59
Hex244A784626035d5361f
Octal44112170106460653256637
Binary10010010010101111000100011010011001101011101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244A78; }

 p { color: rgb(36,74,120); }

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

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

 a { background-color: rgb(36,74,120); }

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

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

 span { border-color: rgb(36,74,120); }

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