Html Css Color HEX #24696B Blue Stone

📋 copy color: '#24696B'

red 36 ◦ green 105 ◦ blue 107

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

Shades of Blue Stone #24696B

Tints of Blue Stone #24696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 14.52%
G = 42.34%
B = 43.15%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24696B (or 0x24696B) is known color: Blue Stone. HEX triplet: 24, 69 and 6B. RGB value is (36,105,107). Sum of RGB (Red+Green+Blue) = 36+105+107=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #24696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24696B is #DB9694. Grayscale: #545454. Windows color (decimal): -14390933 or 7039268. OLE color: 7039268.

HSL color Cylindrical-coordinate representation of color #24696B: hue angle of 181.69º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24696B is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 105 107 -
CMYK 0.66 0.02 0 0.58
HSL 181.69º 0.5% 0.28% -
HSV(B) 181.69º 0.66% 0.42% -
XYZ 8.43 11.54 15.69 -
YUV 84.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 36 105 107 0.66 0.02 0 0.58 181.69 0.5 0.28
Hex 24 69 6B 42 2 0 3A B6 32 1C
Octal 44 151 153 102 2 0 72 266 62 34
Binary 100100 1101001 1101011 1000010 10 0 111010 10110110 110010 11100

Color Harmonies of #24696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24696B

Black with #24696B

Text Example


Text Example

White with #24696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24696B; }

 p { color: rgb(36,105,107); }

 H1.HeaderClassName
 {
   color: #24696B;
 }
 .AnyTagClassName
 {
   color: #24696B;
 }
</style>

background-color css

<style>
 a { background-color: #24696B; }

 a { background-color: rgb(36,105,107); }

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

border-color css

<style>
 span { border-color: #24696B; }

 span { border-color: rgb(36,105,107); }

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