#245477

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

Shades of Venice Blue #245477

Tints of Venice Blue #245477

Color information

#245477 (or 0x245477) is unknown color: approx Venice Blue. HEX triplet: 24, 54 and 77. RGB value is (36,84,119). Sum of RGB (Red+Green+Blue) = 36+84+119=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #245477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245477 is #DBAB88. Grayscale: #494949. Windows color (decimal): -14396297 or 7820324. OLE color: 7820324.

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

Color convert

RGB3684119-
CMYK0.700.2900.53
HSL205.3º53.55%30.39%-
HSV(B)205.3º69.75%46.67%-
XYZ7.238.0518.63-
YUV73.64153.6101.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=15.06%
G=35.15%
B=49.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36841190.700.2900.53205.353.5530.39
Hex245477461D035cd361e
Octal44124167106350653156636
Binary1001001010100111011110001101110101101011100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245477; }

 p { color: rgb(36,84,119); }

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

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

 a { background-color: rgb(36,84,119); }

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

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

 span { border-color: rgb(36,84,119); }

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