Html Css Color HEX #295666 Chathams Blue

📋 copy color: '#295666'

red 41 ◦ green 86 ◦ blue 102

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

Shades of Chathams Blue #295666

Tints of Chathams Blue #295666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.55%

 BLUE value IS 102 (40.23% from 255) = 44.54%

R = 17.9%
G = 37.55%
B = 44.54%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295666 (or 0x295666) is known color: Chathams Blue. HEX triplet: 29, 56 and 66. RGB value is (41,86,102). Sum of RGB (Red+Green+Blue) = 41+86+102=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #295666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295666 is #D6A999. Grayscale: #4A4A4A. Windows color (decimal): -14068122 or 6706729. OLE color: 6706729.

HSL color Cylindrical-coordinate representation of color #295666: hue angle of 195.74º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295666 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 86 102 -
CMYK 0.60 0.16 0 0.6
HSL 195.74º 0.43% 0.28% -
HSV(B) 195.74º 0.6% 0.4% -
XYZ 6.64 8.09 13.78 -
YUV 74.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 41 86 102 0.60 0.16 0 0.6 195.74 0.43 0.28
Hex 29 56 66 3C 10 0 3C C4 2B 1C
Octal 51 126 146 74 20 0 74 304 53 34
Binary 101001 1010110 1100110 111100 10000 0 111100 11000100 101011 11100

Color Harmonies of #295666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295666

Black with #295666

Text Example


Text Example

White with #295666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295666; }

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

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

background-color css

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

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

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

border-color css

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

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

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