#245177

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

Shades of Venice Blue #245177

Tints of Venice Blue #245177

Color information

#245177 (or 0x245177) is unknown color: approx Venice Blue. HEX triplet: 24, 51 and 77. RGB value is (36,81,119). Sum of RGB (Red+Green+Blue) = 36+81+119=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #245177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245177 is #DBAE88. Grayscale: #474747. Windows color (decimal): -14397065 or 7819556. OLE color: 7819556.

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

Color convert

RGB3681119-
CMYK0.700.3200.53
HSL207.47º53.55%30.39%-
HSV(B)207.47º69.75%46.67%-
XYZ77.5918.55-
YUV71.88154.59102.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=15.25%
G=34.32%
B=50.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36811190.700.3200.53207.4753.5530.39
Hex2451774620035cf361e
Octal44121167106400653176636
Binary10010010100011110111100011010000001101011100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245177; }

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

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

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

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

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

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

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

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