#245277

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

Shades of Venice Blue #245277

Tints of Venice Blue #245277

Color information

#245277 (or 0x245277) is unknown color: approx Venice Blue. HEX triplet: 24, 52 and 77. RGB value is (36,82,119). Sum of RGB (Red+Green+Blue) = 36+82+119=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #245277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245277 is #DBAD88. Grayscale: #484848. Windows color (decimal): -14396809 or 7819812. OLE color: 7819812.

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

Color convert

RGB3682119-
CMYK0.700.3100.53
HSL206.75º53.55%30.39%-
HSV(B)206.75º69.75%46.67%-
XYZ7.077.7418.57-
YUV72.46154.26101.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=15.19%
G=34.60%
B=50.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36821190.700.3100.53206.7553.5530.39
Hex245277461F035cf361e
Octal44122167106370653176636
Binary1001001010010111011110001101111101101011100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245277; }

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

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

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

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

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

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

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

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