#24696C

Color #24696C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #24696C

Tints of Blue Stone #24696C

Color information

#24696C (or 0x24696C) is unknown color: approx Blue Stone. HEX triplet: 24, 69 and 6C. RGB value is (36,105,108). Sum of RGB (Red+Green+Blue) = 36+105+108=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #24696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24696C is #DB9693. Grayscale: #545454. Windows color (decimal): -14390932 or 7104804. OLE color: 7104804.

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

Color convert

RGB36105108-
CMYK0.670.0300.58
HSL182.5º50%28.24%-
HSV(B)182.5º66.67%42.35%-
XYZ8.4911.5615.97-
YUV84.71141.1493.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=14.46%
G=42.17%
B=43.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal361051080.670.0300.58182.55028.24
Hex24696C43303Ab6321c
Octal4415115410330722666234
Binary1001001101001110110010000111101110101011011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24696C;
 }
 .AnyTagClassName
 {
   color: #24696C;
 }
</style>
background-color css

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

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

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

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

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

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