#2A6664

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

Shades of Blue Stone #2A6664

Tints of Blue Stone #2A6664

Color information

#2A6664 (or 0x2A6664) is unknown color: approx Blue Stone. HEX triplet: 2A, 66 and 64. RGB value is (42,102,100). Sum of RGB (Red+Green+Blue) = 42+102+100=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6664 is #D5999B. Grayscale: #535353. Windows color (decimal): -13998492 or 6579754. OLE color: 6579754.

HSL color Cylindrical-coordinate representation of color #2A6664: hue angle of 178º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A6664 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB42102100-
CMYK0.5900.020.6
HSL178º41.67%28.24%-
HSV(B)178º58.82%40%-
XYZ8.0110.9213.74-
YUV83.83137.1298.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=17.21%
G=41.80%
B=40.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal421021000.5900.020.617841.6728.24
Hex2A66643B023Cb22a1c
Octal521461447302742625234
Binary101010110011011001001110110101111001011001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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