#24615F

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

Shades of Blue Stone #24615F

Tints of Blue Stone #24615F

Color information

#24615F (or 0x24615F) is unknown color: approx Blue Stone. HEX triplet: 24, 61 and 5F. RGB value is (36,97,95). Sum of RGB (Red+Green+Blue) = 36+97+95=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #24615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24615F is #DB9EA0. Grayscale: #4E4E4E. Windows color (decimal): -14392993 or 6250788. OLE color: 6250788.

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

Color convert

RGB369795-
CMYK0.6300.020.62
HSL178.03º45.86%26.08%-
HSV(B)178.03º62.89%38.04%-
XYZ7.079.7512.34-
YUV78.53137.2997.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=15.79%
G=42.54%
B=41.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3697950.6300.020.62178.0345.8626.08
Hex24615F3F023Eb22e1a
Octal441411377702762625632
Binary100100110000110111111111110101111101011001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24615F; }

 p { color: rgb(36,97,95); }

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

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

 a { background-color: rgb(36,97,95); }

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

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

 span { border-color: rgb(36,97,95); }

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