#24605E

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

Shades of Blue Stone #24605E

Tints of Blue Stone #24605E

Color information

#24605E (or 0x24605E) is unknown color: approx Blue Stone. HEX triplet: 24, 60 and 5E. RGB value is (36,96,94). Sum of RGB (Red+Green+Blue) = 36+96+94=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #24605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605E is #DB9FA1. Grayscale: #4D4D4D. Windows color (decimal): -14393250 or 6184996. OLE color: 6184996.

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

Color convert

RGB369694-
CMYK0.6200.020.62
HSL178º45.45%25.88%-
HSV(B)178º62.5%37.65%-
XYZ6.939.5512.07-
YUV77.83137.1298.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=15.93%
G=42.48%
B=41.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696940.6200.020.6217845.4525.88
Hex24605E3E023Eb22d1a
Octal441401367602762625532
Binary100100110000010111101111100101111101011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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