#245279

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

Shades of Venice Blue #245279

Tints of Venice Blue #245279

Color information

#245279 (or 0x245279) is unknown color: approx Venice Blue. HEX triplet: 24, 52 and 79. RGB value is (36,82,121). Sum of RGB (Red+Green+Blue) = 36+82+121=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #245279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245279 is #DBAD86. Grayscale: #484848. Windows color (decimal): -14396807 or 7950884. OLE color: 7950884.

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

Color convert

RGB3682121-
CMYK0.700.3200.53
HSL207.53º54.14%30.78%-
HSV(B)207.53º70.25%47.45%-
XYZ7.27.7919.21-
YUV72.69155.26101.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=15.06%
G=34.31%
B=50.63%

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
Decimal36821210.700.3200.53207.5354.1430.78
Hex2452794620035d0361f
Octal44122171106400653206637
Binary10010010100101111001100011010000001101011101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245279; }

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

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

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

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

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

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

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

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