#246160

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

Shades of Blue Stone #246160

Tints of Blue Stone #246160

Color information

#246160 (or 0x246160) is unknown color: approx Blue Stone. HEX triplet: 24, 61 and 60. RGB value is (36,97,96). Sum of RGB (Red+Green+Blue) = 36+97+96=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #246160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246160 is #DB9E9F. Grayscale: #4E4E4E. Windows color (decimal): -14392992 or 6316324. OLE color: 6316324.

HSL color Cylindrical-coordinate representation of color #246160: hue angle of 179.02º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246160 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB369796-
CMYK0.6300.010.62
HSL179.02º45.86%26.08%-
HSV(B)179.02º62.89%38.04%-
XYZ7.119.7712.58-
YUV78.65137.7997.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=15.72%
G=42.36%
B=41.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3697960.6300.010.62179.0245.8626.08
Hex2461603F013Eb32e1a
Octal441411407701762635632
Binary10010011000011100000111111011111101011001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246160; }

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

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

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

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

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

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

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

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