#29506D

Color #29506D Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #29506D

Tints of Chathams Blue #29506D

Color information

#29506D (or 0x29506D) is unknown color: approx Chathams Blue. HEX triplet: 29, 50 and 6D. RGB value is (41,80,109). Sum of RGB (Red+Green+Blue) = 41+80+109=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #29506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29506D is #D6AF92. Grayscale: #474747. Windows color (decimal): -14069651 or 7163945. OLE color: 7163945.

HSL color Cylindrical-coordinate representation of color #29506D: hue angle of 205.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29506D is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4180109-
CMYK0.620.2700.57
HSL205.59º45.33%29.41%-
HSV(B)205.59º62.39%42.75%-
XYZ6.547.3115.53-
YUV71.64149.08106.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=17.83%
G=34.78%
B=47.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41801090.620.2700.57205.5945.3329.41
Hex29506D3E1B039ce2d1d
Octal5112015576330713165535
Binary101001101000011011011111101101101110011100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29506D; }

 p { color: rgb(41,80,109); }

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

<style>
 a { background-color: #29506D; }

 a { background-color: rgb(41,80,109); }

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

<style>
 span { border-color: #29506D; }

 span { border-color: rgb(41,80,109); }

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