#246060

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

Shades of Blue Stone #246060

Tints of Blue Stone #246060

Color information

#246060 (or 0x246060) is unknown color: approx Blue Stone. HEX triplet: 24, 60 and 60. RGB value is (36,96,96). Sum of RGB (Red+Green+Blue) = 36+96+96=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #246060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246060 is #DB9F9F. Grayscale: #4E4E4E. Windows color (decimal): -14393248 or 6316068. OLE color: 6316068.

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

Color convert

RGB369696-
CMYK0.62000.62
HSL180º45.45%25.88%-
HSV(B)180º62.5%37.65%-
XYZ7.029.5912.55-
YUV78.06138.1298-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=15.79%
G=42.11%
B=42.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696960.62000.6218045.4525.88
Hex2460603E003Eb42d1a
Octal441401407600762645532
Binary10010011000001100000111110001111101011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246060; }

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

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

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

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

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

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

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

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