#2A6162

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

Shades of Blue Stone #2A6162

Tints of Blue Stone #2A6162

Color information

#2A6162 (or 0x2A6162) is unknown color: approx Blue Stone. HEX triplet: 2A, 61 and 62. RGB value is (42,97,98). Sum of RGB (Red+Green+Blue) = 42+97+98=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6162 is #D59E9D. Grayscale: #505050. Windows color (decimal): -13999774 or 6447402. OLE color: 6447402.

HSL color Cylindrical-coordinate representation of color #2A6162: hue angle of 181.07º 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 #2A6162 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB429798-
CMYK0.570.0100.62
HSL181.07º40%27.45%-
HSV(B)181.07º57.14%38.43%-
XYZ7.439.9213.08-
YUV80.67137.78100.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=17.72%
G=40.93%
B=41.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297980.570.0100.62181.074027.45
Hex2A616239103Eb5281b
Octal521411427110762655033
Binary10101011000011100010111001101111101011010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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