#24605D

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

Shades of Blue Stone #24605D

Tints of Blue Stone #24605D

Color information

#24605D (or 0x24605D) is unknown color: approx Blue Stone. HEX triplet: 24, 60 and 5D. RGB value is (36,96,93). Sum of RGB (Red+Green+Blue) = 36+96+93=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #24605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605D is #DB9FA2. Grayscale: #4D4D4D. Windows color (decimal): -14393251 or 6119460. OLE color: 6119460.

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

Color convert

RGB369693-
CMYK0.6200.030.62
HSL177º45.45%25.88%-
HSV(B)177º62.5%37.65%-
XYZ6.899.5311.83-
YUV77.72136.6298.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=16%
G=42.67%
B=41.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696930.6200.030.6217745.4525.88
Hex24605D3E033Eb12d1a
Octal441401357603762615532
Binary100100110000010111011111100111111101011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24605D; }

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

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

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

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

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

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

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

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