Html Css Color HEX #29506C Chathams Blue

📋 copy color: '#29506C'

red 41 ◦ green 80 ◦ blue 108

#29506C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #29506C

Tints of Chathams Blue #29506C

RGB

 RED value IS 41 (16.41% from 255) = 17.9%

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 17.9%
G = 34.93%
B = 47.16%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29506C (or 0x29506C) is known color: Chathams Blue. HEX triplet: 29, 50 and 6C. RGB value is (41,80,108). Sum of RGB (Red+Green+Blue) = 41+80+108=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #29506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29506C is #D6AF93. Grayscale: #474747. Windows color (decimal): -14069652 or 7098409. OLE color: 7098409.

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

Color convert

RGB 41 80 108 -
CMYK 0.62 0.26 0 0.58
HSL 205.07º 0.45% 0.29% -
HSV(B) 205.07º 0.62% 0.42% -
XYZ 6.49 7.29 15.25 -
YUV 71.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 41 80 108 0.62 0.26 0 0.58 205.07 0.45 0.29
Hex 29 50 6C 3E 1A 0 3A CD 2D 1D
Octal 51 120 154 76 32 0 72 315 55 35
Binary 101001 1010000 1101100 111110 11010 0 111010 11001101 101101 11101

Color Harmonies of #29506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29506C

Black with #29506C

Text Example


Text Example

White with #29506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29506C;
 }
 .AnyTagClassName
 {
   color: #29506C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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