#2A6864

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

Shades of Blue Stone #2A6864

Tints of Blue Stone #2A6864

Color information

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

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

Color convert

RGB42104100-
CMYK0.6000.040.59
HSL176.13º42.47%28.63%-
HSV(B)176.13º59.62%40.78%-
XYZ8.2111.3113.81-
YUV85.01136.4697.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421041000.6000.040.59176.1342.4728.63
Hex2A68643C043Bb02a1d
Octal521501447404732605235
Binary1010101101000110010011110001001110111011000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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