Html Css Color HEX #295765 Chathams Blue

📋 copy color: '#295765'

red 41 ◦ green 87 ◦ blue 101

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

Shades of Chathams Blue #295765

Tints of Chathams Blue #295765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 17.9%
G = 37.99%
B = 44.1%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295765 (or 0x295765) is known color: Chathams Blue. HEX triplet: 29, 57 and 65. RGB value is (41,87,101). Sum of RGB (Red+Green+Blue) = 41+87+101=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #295765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295765 is #D6A89A. Grayscale: #4A4A4A. Windows color (decimal): -14067867 or 6641449. OLE color: 6641449.

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

Color convert

RGB 41 87 101 -
CMYK 0.59 0.14 0 0.60
HSL 194º 0.42% 0.28% -
HSV(B) 194º 0.59% 0.4% -
XYZ 6.67 8.23 13.55 -
YUV 74.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 41 87 101 0.59 0.14 0 0.60 194 0.42 0.28
Hex 29 57 65 3B E 0 3C C2 2A 1C
Octal 51 127 145 73 16 0 74 302 52 34
Binary 101001 1010111 1100101 111011 1110 0 111100 11000010 101010 11100

Color Harmonies of #295765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295765

Black with #295765

Text Example


Text Example

White with #295765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295765; }

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

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

background-color css

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

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

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

border-color css

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

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

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