Html Css Color HEX #295966 Chathams Blue

📋 copy color: '#295966'

red 41 ◦ green 89 ◦ blue 102

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

Shades of Chathams Blue #295966

Tints of Chathams Blue #295966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.36%

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

R = 17.67%
G = 38.36%
B = 43.97%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295966 (or 0x295966) is known color: Chathams Blue. HEX triplet: 29, 59 and 66. RGB value is (41,89,102). Sum of RGB (Red+Green+Blue) = 41+89+102=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #295966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295966 is #D6A699. Grayscale: #4C4C4C. Windows color (decimal): -14067354 or 6707497. OLE color: 6707497.

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

Color convert

RGB 41 89 102 -
CMYK 0.60 0.13 0 0.6
HSL 192.79º 0.43% 0.28% -
HSV(B) 192.79º 0.6% 0.4% -
XYZ 6.89 8.58 13.86 -
YUV 76.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 41 89 102 0.60 0.13 0 0.6 192.79 0.43 0.28
Hex 29 59 66 3C D 0 3C C1 2B 1C
Octal 51 131 146 74 15 0 74 301 53 34
Binary 101001 1011001 1100110 111100 1101 0 111100 11000001 101011 11100

Color Harmonies of #295966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295966

Black with #295966

Text Example


Text Example

White with #295966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295966; }

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

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

background-color css

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

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

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

border-color css

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

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

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