#295A6D

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

Shades of Chathams Blue #295A6D

Tints of Chathams Blue #295A6D

Color information

#295A6D (or 0x295A6D) is unknown color: approx Chathams Blue. HEX triplet: 29, 5A and 6D. RGB value is (41,90,109). Sum of RGB (Red+Green+Blue) = 41+90+109=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #295A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A6D is #D6A592. Grayscale: #4D4D4D. Windows color (decimal): -14067091 or 7166505. OLE color: 7166505.

HSL color Cylindrical-coordinate representation of color #295A6D: hue angle of 196.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295A6D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4190109-
CMYK0.620.1700.57
HSL196.76º45.33%29.41%-
HSV(B)196.76º62.39%42.75%-
XYZ7.338.8915.8-
YUV77.52145.77101.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=17.08%
G=37.5%
B=45.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41901090.620.1700.57196.7645.3329.41
Hex295A6D3E11039c52d1d
Octal5113215576210713055535
Binary101001101101011011011111101000101110011100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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