#245960

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

Shades of Blue Stone #245960

Tints of Blue Stone #245960

Color information

#245960 (or 0x245960) is unknown color: approx Blue Stone. HEX triplet: 24, 59 and 60. RGB value is (36,89,96). Sum of RGB (Red+Green+Blue) = 36+89+96=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #245960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245960 is #DBA69F. Grayscale: #494949. Windows color (decimal): -14395040 or 6314276. OLE color: 6314276.

HSL color Cylindrical-coordinate representation of color #245960: hue angle of 187º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245960 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368996-
CMYK0.620.0700.62
HSL187º45.45%25.88%-
HSV(B)187º62.5%37.65%-
XYZ6.418.3612.34-
YUV73.95140.44100.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=16.29%
G=40.27%
B=43.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3689960.620.0700.6218745.4525.88
Hex2459603E703Ebb2d1a
Octal441311407670762735532
Binary1001001011001110000011111011101111101011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245960; }

 p { color: rgb(36,89,96); }

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

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

 a { background-color: rgb(36,89,96); }

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

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

 span { border-color: rgb(36,89,96); }

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