Html Css Color HEX #295969 Chathams Blue

📋 copy color: '#295969'

red 41 ◦ green 89 ◦ blue 105

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

Shades of Chathams Blue #295969

Tints of Chathams Blue #295969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 17.45%
G = 37.87%
B = 44.68%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295969 (or 0x295969) is known color: Chathams Blue. HEX triplet: 29, 59 and 69. RGB value is (41,89,105). Sum of RGB (Red+Green+Blue) = 41+89+105=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #295969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295969 is #D6A696. Grayscale: #4C4C4C. Windows color (decimal): -14067351 or 6904105. OLE color: 6904105.

HSL color Cylindrical-coordinate representation of color #295969: hue angle of 195º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295969 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 89 105 -
CMYK 0.61 0.15 0 0.59
HSL 195º 0.44% 0.29% -
HSV(B) 195º 0.61% 0.41% -
XYZ 7.04 8.64 14.66 -
YUV 76.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 41 89 105 0.61 0.15 0 0.59 195 0.44 0.29
Hex 29 59 69 3D F 0 3B C3 2C 1D
Octal 51 131 151 75 17 0 73 303 54 35
Binary 101001 1011001 1101001 111101 1111 0 111011 11000011 101100 11101

Color Harmonies of #295969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295969

Black with #295969

Text Example


Text Example

White with #295969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295969; }

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

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

background-color css

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

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

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

border-color css

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

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

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