#245179

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

Shades of Venice Blue #245179

Tints of Venice Blue #245179

Color information

#245179 (or 0x245179) is unknown color: approx Venice Blue. HEX triplet: 24, 51 and 79. RGB value is (36,81,121). Sum of RGB (Red+Green+Blue) = 36+81+121=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #245179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245179 is #DBAE86. Grayscale: #474747. Windows color (decimal): -14397063 or 7950628. OLE color: 7950628.

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

Color convert

RGB3681121-
CMYK0.700.3300.53
HSL208.24º54.14%30.78%-
HSV(B)208.24º70.25%47.45%-
XYZ7.127.6419.19-
YUV72.1155.59102.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=15.13%
G=34.03%
B=50.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36811210.700.3300.53208.2454.1430.78
Hex2451794621035d0361f
Octal44121171106410653206637
Binary10010010100011111001100011010000101101011101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245179; }

 p { color: rgb(36,81,121); }

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

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

 a { background-color: rgb(36,81,121); }

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

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

 span { border-color: rgb(36,81,121); }

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