#2A6568

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

Shades of Blue Stone #2A6568

Tints of Blue Stone #2A6568

Color information

#2A6568 (or 0x2A6568) is unknown color: approx Blue Stone. HEX triplet: 2A, 65 and 68. RGB value is (42,101,104). Sum of RGB (Red+Green+Blue) = 42+101+104=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6568 is #D59A97. Grayscale: #535353. Windows color (decimal): -13998744 or 6841642. OLE color: 6841642.

HSL color Cylindrical-coordinate representation of color #2A6568: hue angle of 182.9º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6568 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB42101104-
CMYK0.600.0300.59
HSL182.9º42.47%28.63%-
HSV(B)182.9º59.62%40.78%-
XYZ8.1110.814.75-
YUV83.7139.4598.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=17.00%
G=40.89%
B=42.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421011040.600.0300.59182.942.4728.63
Hex2A65683C303Bb72a1d
Octal521451507430732675235
Binary101010110010111010001111001101110111011011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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