Html Css Color HEX #24605D Blue Stone

📋 copy color: '#24605D'

red 36 ◦ green 96 ◦ blue 93

#24605D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #24605D

Tints of Blue Stone #24605D

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 value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#24605D (or 0x24605D) is known color: 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

RGB 36 96 93 -
CMYK 0.62 0 0.03 0.62
HSL 177º 0.45% 0.26% -
HSV(B) 177º 0.63% 0.38% -
XYZ 6.89 9.53 11.83 -
YUV 77.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 36 96 93 0.62 0 0.03 0.62 177 0.45 0.26
Hex 24 60 5D 3E 0 3 3E B1 2D 1A
Octal 44 140 135 76 0 3 76 261 55 32
Binary 100100 1100000 1011101 111110 0 11 111110 10110001 101101 11010

Color Harmonies of #24605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24605D

Black with #24605D

Text Example


Text Example

White with #24605D

Text Example


Text Example

HTML Codes & Css Web 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>