#2A6462

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

Shades of Blue Stone #2A6462

Tints of Blue Stone #2A6462

Color information

#2A6462 (or 0x2A6462) is unknown color: approx Blue Stone. HEX triplet: 2A, 64 and 62. RGB value is (42,100,98). Sum of RGB (Red+Green+Blue) = 42+100+98=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6462 is #D59B9D. Grayscale: #525252. Windows color (decimal): -13999006 or 6448170. OLE color: 6448170.

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

Color convert

RGB4210098-
CMYK0.5800.020.61
HSL177.93º40.85%27.84%-
HSV(B)177.93º58%39.22%-
XYZ7.7210.4913.17-
YUV82.43136.7899.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=17.5%
G=41.67%
B=40.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100980.5800.020.61177.9340.8527.84
Hex2A64623A023Db2291c
Octal521441427202752625134
Binary101010110010011000101110100101111011011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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