Html Css Color HEX #295965 Chathams Blue

📋 copy color: '#295965'

red 41 ◦ green 89 ◦ blue 101

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

Shades of Chathams Blue #295965

Tints of Chathams Blue #295965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 17.75%
G = 38.53%
B = 43.72%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295965 (or 0x295965) is known color: Chathams Blue. HEX triplet: 29, 59 and 65. RGB value is (41,89,101). Sum of RGB (Red+Green+Blue) = 41+89+101=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #295965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295965 is #D6A69A. Grayscale: #4B4B4B. Windows color (decimal): -14067355 or 6641961. OLE color: 6641961.

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

Color convert

RGB 41 89 101 -
CMYK 0.59 0.12 0 0.60
HSL 192º 0.42% 0.28% -
HSV(B) 192º 0.59% 0.4% -
XYZ 6.84 8.56 13.6 -
YUV 76.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 41 89 101 0.59 0.12 0 0.60 192 0.42 0.28
Hex 29 59 65 3B C 0 3C C0 2A 1C
Octal 51 131 145 73 14 0 74 300 52 34
Binary 101001 1011001 1100101 111011 1100 0 111100 11000000 101010 11100

Color Harmonies of #295965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295965

Black with #295965

Text Example


Text Example

White with #295965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295965; }

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

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

background-color css

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

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

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

border-color css

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

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

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