#2A6668

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

Shades of Blue Stone #2A6668

Tints of Blue Stone #2A6668

Color information

#2A6668 (or 0x2A6668) is unknown color: approx Blue Stone. HEX triplet: 2A, 66 and 68. RGB value is (42,102,104). Sum of RGB (Red+Green+Blue) = 42+102+104=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6668 is #D59997. Grayscale: #545454. Windows color (decimal): -13998488 or 6841898. OLE color: 6841898.

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

Color convert

RGB42102104-
CMYK0.600.0200.59
HSL181.94º42.47%28.63%-
HSV(B)181.94º59.62%40.78%-
XYZ8.210.9914.79-
YUV84.29139.1297.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=16.94%
G=41.13%
B=41.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421021040.600.0200.59181.9442.4728.63
Hex2A66683C203Bb62a1d
Octal521461507420732665235
Binary101010110011011010001111001001110111011011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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