Html Css Color HEX #24595D Blue Stone

📋 copy color: '#24595D'

red 36 ◦ green 89 ◦ blue 93

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

Shades of Blue Stone #24595D

Tints of Blue Stone #24595D

RGB

 RED value IS 36 (14.45% from 255) = 16.51%

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 16.51%
G = 40.83%
B = 42.66%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24595D (or 0x24595D) is known color: Blue Stone. HEX triplet: 24, 59 and 5D. RGB value is (36,89,93). Sum of RGB (Red+Green+Blue) = 36+89+93=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #24595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24595D is #DBA6A2. Grayscale: #494949. Windows color (decimal): -14395043 or 6117668. OLE color: 6117668.

HSL color Cylindrical-coordinate representation of color #24595D: hue angle of 184.21º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24595D is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 89 93 -
CMYK 0.61 0.04 0 0.64
HSL 184.21º 0.44% 0.25% -
HSV(B) 184.21º 0.61% 0.36% -
XYZ 6.28 8.31 11.63 -
YUV 73.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 36 89 93 0.61 0.04 0 0.64 184.21 0.44 0.25
Hex 24 59 5D 3D 4 0 40 B8 2C 19
Octal 44 131 135 75 4 0 100 270 54 31
Binary 100100 1011001 1011101 111101 100 0 1000000 10111000 101100 11001

Color Harmonies of #24595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24595D

Black with #24595D

Text Example


Text Example

White with #24595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24595D;
 }
 .AnyTagClassName
 {
   color: #24595D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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