#29666A

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

Shades of Blue Stone #29666A

Tints of Blue Stone #29666A

Color information

#29666A (or 0x29666A) is unknown color: approx Blue Stone. HEX triplet: 29, 66 and 6A. RGB value is (41,102,106). Sum of RGB (Red+Green+Blue) = 41+102+106=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #29666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29666A is #D69995. Grayscale: #545454. Windows color (decimal): -14064022 or 6972969. OLE color: 6972969.

HSL color Cylindrical-coordinate representation of color #29666A: hue angle of 183.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29666A is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB41102106-
CMYK0.610.0400.58
HSL183.69º44.22%28.82%-
HSV(B)183.69º61.32%41.57%-
XYZ8.2711.0115.33-
YUV84.22140.2997.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=16.47%
G=40.96%
B=42.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411021060.610.0400.58183.6944.2228.82
Hex29666A3D403Ab82c1d
Octal511461527540722705435
Binary1010011100110110101011110110001110101011100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29666A; }

 p { color: rgb(41,102,106); }

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

<style>
 a { background-color: #29666A; }

 a { background-color: rgb(41,102,106); }

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

<style>
 span { border-color: #29666A; }

 span { border-color: rgb(41,102,106); }

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