#2A6867

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

Shades of Blue Stone #2A6867

Tints of Blue Stone #2A6867

Color information

#2A6867 (or 0x2A6867) is unknown color: approx Blue Stone. HEX triplet: 2A, 68 and 67. RGB value is (42,104,103). Sum of RGB (Red+Green+Blue) = 42+104+103=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6867 is #D59798. Grayscale: #555555. Windows color (decimal): -13997977 or 6776874. OLE color: 6776874.

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

Color convert

RGB42104103-
CMYK0.6000.010.59
HSL179.03º42.47%28.63%-
HSV(B)179.03º59.62%40.78%-
XYZ8.3511.3714.59-
YUV85.35137.9697.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=16.87%
G=41.77%
B=41.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421041030.6000.010.59179.0342.4728.63
Hex2A68673C013Bb32a1d
Octal521501477401732635235
Binary10101011010001100111111100011110111011001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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