#24626A

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

Shades of Blue Stone #24626A

Tints of Blue Stone #24626A

Color information

#24626A (or 0x24626A) is unknown color: approx Blue Stone. HEX triplet: 24, 62 and 6A. RGB value is (36,98,106). Sum of RGB (Red+Green+Blue) = 36+98+106=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #24626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24626A is #DB9D95. Grayscale: #505050. Windows color (decimal): -14392726 or 6971940. OLE color: 6971940.

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

Color convert

RGB3698106-
CMYK0.660.0800.58
HSL186.86º49.3%27.84%-
HSV(B)186.86º66.04%41.57%-
XYZ7.710.1515.19-
YUV80.37142.4696.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=15%
G=40.83%
B=44.17%

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
Decimal36981060.660.0800.58186.8649.327.84
Hex24626A42803Abb311c
Octal44142152102100722736134
Binary100100110001011010101000010100001110101011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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