Html Css Color HEX #24595F Blue Stone

📋 copy color: '#24595F'

red 36 ◦ green 89 ◦ blue 95

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

Shades of Blue Stone #24595F

Tints of Blue Stone #24595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 16.36%
G = 40.45%
B = 43.18%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24595F (or 0x24595F) is known color: Blue Stone. HEX triplet: 24, 59 and 5F. RGB value is (36,89,95). Sum of RGB (Red+Green+Blue) = 36+89+95=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #24595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24595F is #DBA6A0. Grayscale: #494949. Windows color (decimal): -14395041 or 6248740. OLE color: 6248740.

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

Color convert

RGB 36 89 95 -
CMYK 0.62 0.06 0 0.63
HSL 186.1º 0.45% 0.26% -
HSV(B) 186.1º 0.62% 0.37% -
XYZ 6.37 8.35 12.1 -
YUV 73.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 36 89 95 0.62 0.06 0 0.63 186.1 0.45 0.26
Hex 24 59 5F 3E 6 0 3F BA 2D 1A
Octal 44 131 137 76 6 0 77 272 55 32
Binary 100100 1011001 1011111 111110 110 0 111111 10111010 101101 11010

Color Harmonies of #24595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24595F

Black with #24595F

Text Example


Text Example

White with #24595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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