#295A71

Color #295A71 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #295A71

Tints of Chathams Blue #295A71

Color information

#295A71 (or 0x295A71) is unknown color: approx Chathams Blue. HEX triplet: 29, 5A and 71. RGB value is (41,90,113). Sum of RGB (Red+Green+Blue) = 41+90+113=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #295A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A71 is #D6A58E. Grayscale: #4D4D4D. Windows color (decimal): -14067087 or 7428649. OLE color: 7428649.

HSL color Cylindrical-coordinate representation of color #295A71: hue angle of 199.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295A71 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4190113-
CMYK0.640.2000.56
HSL199.17º46.75%30.2%-
HSV(B)199.17º63.72%44.31%-
XYZ7.558.9816.96-
YUV77.97147.77101.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=16.80%
G=36.89%
B=46.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41901130.640.2000.56199.1746.7530.2
Hex295A714014038c72f1e
Octal51132161100240703075736
Binary1010011011010111000110000001010001110001100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A71; }

 p { color: rgb(41,90,113); }

 H1.HeaderClassName
 {
   color: #295A71;
 }
 .AnyTagClassName
 {
   color: #295A71;
 }
</style>
background-color css

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

 a { background-color: rgb(41,90,113); }

 div.DivClassName
 {
   background-color: #295A71;
 }
 .BgClassName
 {
   background-color: #295A71;
 }
</style>
border-color css

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

 span { border-color: rgb(41,90,113); }

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