#2A6468

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

Shades of Blue Stone #2A6468

Tints of Blue Stone #2A6468

Color information

#2A6468 (or 0x2A6468) is unknown color: approx Blue Stone. HEX triplet: 2A, 64 and 68. RGB value is (42,100,104). Sum of RGB (Red+Green+Blue) = 42+100+104=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6468 is #D59B97. Grayscale: #535353. Windows color (decimal): -13999000 or 6841386. OLE color: 6841386.

HSL color Cylindrical-coordinate representation of color #2A6468: hue angle of 183.87º 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 #2A6468 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB42100104-
CMYK0.600.0400.59
HSL183.87º42.47%28.63%-
HSV(B)183.87º59.62%40.78%-
XYZ8.0110.6114.72-
YUV83.11139.7898.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=17.07%
G=40.65%
B=42.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421001040.600.0400.59183.8742.4728.63
Hex2A64683C403Bb82a1d
Octal521441507440732705235
Binary1010101100100110100011110010001110111011100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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