#24646A

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

Shades of Blue Stone #24646A

Tints of Blue Stone #24646A

Color information

#24646A (or 0x24646A) is unknown color: approx Blue Stone. HEX triplet: 24, 64 and 6A. RGB value is (36,100,106). Sum of RGB (Red+Green+Blue) = 36+100+106=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #24646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24646A is #DB9B95. Grayscale: #515151. Windows color (decimal): -14392214 or 6972452. OLE color: 6972452.

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

Color convert

RGB36100106-
CMYK0.660.0600.58
HSL185.14º49.3%27.84%-
HSV(B)185.14º66.04%41.57%-
XYZ7.8910.5315.25-
YUV81.55141.895.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=14.88%
G=41.32%
B=43.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal361001060.660.0600.58185.1449.327.84
Hex24646A42603Ab9311c
Octal4414415210260722716134
Binary10010011001001101010100001011001110101011100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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