#245C60

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

Shades of Blue Stone #245C60

Tints of Blue Stone #245C60

Color information

#245C60 (or 0x245C60) is unknown color: approx Blue Stone. HEX triplet: 24, 5C and 60. RGB value is (36,92,96). Sum of RGB (Red+Green+Blue) = 36+92+96=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #245C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C60 is #DBA39F. Grayscale: #4B4B4B. Windows color (decimal): -14394272 or 6315044. OLE color: 6315044.

HSL color Cylindrical-coordinate representation of color #245C60: hue angle of 184º 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 #245C60 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB369296-
CMYK0.620.0400.62
HSL184º45.45%25.88%-
HSV(B)184º62.5%37.65%-
XYZ6.678.8712.43-
YUV75.71139.4599.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 92 (36.33% from 255) = 41.07%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=16.07%
G=41.07%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3692960.620.0400.6218445.4525.88
Hex245C603E403Eb82d1a
Octal441341407640762705532
Binary1001001011100110000011111010001111101011100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245C60; }

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

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

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

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

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

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

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

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