#2A6160

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

Shades of Blue Stone #2A6160

Tints of Blue Stone #2A6160

Color information

#2A6160 (or 0x2A6160) is unknown color: approx Blue Stone. HEX triplet: 2A, 61 and 60. RGB value is (42,97,96). Sum of RGB (Red+Green+Blue) = 42+97+96=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #2A6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6160 is #D59E9F. Grayscale: #505050. Windows color (decimal): -13999776 or 6316330. OLE color: 6316330.

HSL color Cylindrical-coordinate representation of color #2A6160: hue angle of 178.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6160 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB429796-
CMYK0.5700.010.62
HSL178.91º39.57%27.25%-
HSV(B)178.91º56.7%38.04%-
XYZ7.349.8912.59-
YUV80.44136.78100.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=17.87%
G=41.28%
B=40.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297960.5700.010.62178.9139.5727.25
Hex2A616039013Eb3281b
Octal521411407101762635033
Binary10101011000011100000111001011111101011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6160; }

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

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

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

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

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

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

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

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