#24616A

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

Shades of Blue Stone #24616A

Tints of Blue Stone #24616A

Color information

#24616A (or 0x24616A) is unknown color: approx Blue Stone. HEX triplet: 24, 61 and 6A. RGB value is (36,97,106). Sum of RGB (Red+Green+Blue) = 36+97+106=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #24616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24616A is #DB9E95. Grayscale: #4F4F4F. Windows color (decimal): -14392982 or 6971684. OLE color: 6971684.

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

Color convert

RGB3697106-
CMYK0.660.0800.58
HSL187.71º49.3%27.84%-
HSV(B)187.71º66.04%41.57%-
XYZ7.69.9715.16-
YUV79.79142.7996.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=15.06%
G=40.59%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36971060.660.0800.58187.7149.327.84
Hex24616A42803Abc311c
Octal44141152102100722746134
Binary100100110000111010101000010100001110101011110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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