Html Css Color HEX #24635F Blue Stone

📋 copy color: '#24635F'

red 36 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #24635F

Tints of Blue Stone #24635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 15.65%
G = 43.04%
B = 41.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#24635F (or 0x24635F) is known color: Blue Stone. HEX triplet: 24, 63 and 5F. RGB value is (36,99,95). Sum of RGB (Red+Green+Blue) = 36+99+95=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #24635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24635F is #DB9CA0. Grayscale: #4F4F4F. Windows color (decimal): -14392481 or 6251300. OLE color: 6251300.

HSL color Cylindrical-coordinate representation of color #24635F: hue angle of 176.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24635F is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 99 95 -
CMYK 0.64 0 0.04 0.61
HSL 176.19º 0.47% 0.26% -
HSV(B) 176.19º 0.64% 0.39% -
XYZ 7.25 10.12 12.4 -
YUV 79.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 36 99 95 0.64 0 0.04 0.61 176.19 0.47 0.26
Hex 24 63 5F 40 0 4 3D B0 2F 1A
Octal 44 143 137 100 0 4 75 260 57 32
Binary 100100 1100011 1011111 1000000 0 100 111101 10110000 101111 11010

Color Harmonies of #24635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24635F

Black with #24635F

Text Example


Text Example

White with #24635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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