Html Css Color HEX #295566 Chathams Blue

📋 copy color: '#295566'

red 41 ◦ green 85 ◦ blue 102

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

Shades of Chathams Blue #295566

Tints of Chathams Blue #295566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 17.98%
G = 37.28%
B = 44.74%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295566 (or 0x295566) is known color: Chathams Blue. HEX triplet: 29, 55 and 66. RGB value is (41,85,102). Sum of RGB (Red+Green+Blue) = 41+85+102=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #295566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295566 is #D6AA99. Grayscale: #494949. Windows color (decimal): -14068378 or 6706473. OLE color: 6706473.

HSL color Cylindrical-coordinate representation of color #295566: hue angle of 196.72º 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 #295566 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 85 102 -
CMYK 0.60 0.17 0 0.6
HSL 196.72º 0.43% 0.28% -
HSV(B) 196.72º 0.6% 0.4% -
XYZ 6.56 7.93 13.75 -
YUV 73.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 41 85 102 0.60 0.17 0 0.6 196.72 0.43 0.28
Hex 29 55 66 3C 11 0 3C C5 2B 1C
Octal 51 125 146 74 21 0 74 305 53 34
Binary 101001 1010101 1100110 111100 10001 0 111100 11000101 101011 11100

Color Harmonies of #295566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295566

Black with #295566

Text Example


Text Example

White with #295566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295566; }

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

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

background-color css

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

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

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

border-color css

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

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

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