#2a6165

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

Shades of Blue Stone #2A6165

Tints of Blue Stone #2A6165

Color information

#2A6165 (or 0x2A6165) is unknown color: approx Blue Stone. HEX triplet: 2A, 61 and 65. RGB value is (42,97,101). Sum of RGB (Red+Green+Blue) = 42+97+101=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A6165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6165 is #D59E9A. Grayscale: #505050. Windows color (decimal): -13999771 or 6644010. OLE color: 6644010.

HSL color Cylindrical-coordinate representation of color #2A6165: hue angle of 184.07º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6165 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4297101-
CMYK0.580.0400.60
HSL184.07º41.26%28.04%-
HSV(B)184.07º58.42%39.61%-
XYZ7.589.9813.84-
YUV81.01139.28100.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=17.5%
G=40.42%
B=42.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42971010.580.0400.60184.0741.2628.04
Hex2A61653A403Cb8291c
Octal521411457240742705134
Binary1010101100001110010111101010001111001011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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