Html Css Color HEX #295770 Chathams Blue

📋 copy color: '#295770'

red 41 ◦ green 87 ◦ blue 112

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

Shades of Chathams Blue #295770

Tints of Chathams Blue #295770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 17.08%
G = 36.25%
B = 46.67%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295770 (or 0x295770) is known color: Chathams Blue. HEX triplet: 29, 57 and 70. RGB value is (41,87,112). Sum of RGB (Red+Green+Blue) = 41+87+112=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #295770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295770 is #D6A88F. Grayscale: #4B4B4B. Windows color (decimal): -14067856 or 7362345. OLE color: 7362345.

HSL color Cylindrical-coordinate representation of color #295770: hue angle of 201.13º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295770 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 87 112 -
CMYK 0.63 0.22 0 0.56
HSL 201.13º 0.46% 0.3% -
HSV(B) 201.13º 0.63% 0.44% -
XYZ 7.25 8.46 16.58 -
YUV 76.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 41 87 112 0.63 0.22 0 0.56 201.13 0.46 0.3
Hex 29 57 70 3F 16 0 38 C9 2E 1E
Octal 51 127 160 77 26 0 70 311 56 36
Binary 101001 1010111 1110000 111111 10110 0 111000 11001001 101110 11110

Color Harmonies of #295770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295770

Black with #295770

Text Example


Text Example

White with #295770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295770; }

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

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

background-color css

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

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

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

border-color css

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

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

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