#245077

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

Shades of Venice Blue #245077

Tints of Venice Blue #245077

Color information

#245077 (or 0x245077) is unknown color: approx Venice Blue. HEX triplet: 24, 50 and 77. RGB value is (36,80,119). Sum of RGB (Red+Green+Blue) = 36+80+119=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #245077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245077 is #DBAF88. Grayscale: #474747. Windows color (decimal): -14397321 or 7819300. OLE color: 7819300.

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

Color convert

RGB3680119-
CMYK0.700.3300.53
HSL208.19º53.55%30.39%-
HSV(B)208.19º69.75%46.67%-
XYZ6.937.4418.52-
YUV71.29154.92102.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=15.32%
G=34.04%
B=50.64%

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
Decimal36801190.700.3300.53208.1953.5530.39
Hex2450774621035d0361e
Octal44120167106410653206636
Binary10010010100001110111100011010000101101011101000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245077; }

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

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

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

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

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

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

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

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