#245378

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

Shades of Venice Blue #245378

Tints of Venice Blue #245378

Color information

#245378 (or 0x245378) is unknown color: approx Venice Blue. HEX triplet: 24, 53 and 78. RGB value is (36,83,120). Sum of RGB (Red+Green+Blue) = 36+83+120=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #245378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245378 is #DBAC87. Grayscale: #484848. Windows color (decimal): -14396552 or 7885604. OLE color: 7885604.

HSL color Cylindrical-coordinate representation of color #245378: hue angle of 206.43º 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 #245378 is Cyan = 0.7, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3683120-
CMYK0.70.3100.53
HSL206.43º53.85%30.59%-
HSV(B)206.43º70%47.06%-
XYZ7.217.9218.92-
YUV73.16154.43101.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=15.06%
G=34.73%
B=50.21%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36831200.70.3100.53206.4353.8530.59
Hex245378461F035ce361f
Octal44123170106370653166637
Binary1001001010011111100010001101111101101011100111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245378; }

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

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

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

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

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

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

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

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