#24686A

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

Shades of Blue Stone #24686A

Tints of Blue Stone #24686A

Color information

#24686A (or 0x24686A) is unknown color: approx Blue Stone. HEX triplet: 24, 68 and 6A. RGB value is (36,104,106). Sum of RGB (Red+Green+Blue) = 36+104+106=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #24686A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24686A is #DB9795. Grayscale: #535353. Windows color (decimal): -14391190 or 6973476. OLE color: 6973476.

HSL color Cylindrical-coordinate representation of color #24686A: hue angle of 181.71º degrees, saturation: 0.49, 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 #24686A is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB36104106-
CMYK0.660.0200.58
HSL181.71º49.3%27.84%-
HSV(B)181.71º66.04%41.57%-
XYZ8.2811.3215.38-
YUV83.9140.4793.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=14.63%
G=42.28%
B=43.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal361041060.660.0200.58181.7149.327.84
Hex24686A42203Ab6311c
Octal4415015210220722666134
Binary1001001101000110101010000101001110101011011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24686A; }

 p { color: rgb(36,104,106); }

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

<style>
 a { background-color: #24686A; }

 a { background-color: rgb(36,104,106); }

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

<style>
 span { border-color: #24686A; }

 span { border-color: rgb(36,104,106); }

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