#295B6E

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

Shades of Chathams Blue #295B6E

Tints of Chathams Blue #295B6E

Color information

#295B6E (or 0x295B6E) is unknown color: approx Chathams Blue. HEX triplet: 29, 5B and 6E. RGB value is (41,91,110). Sum of RGB (Red+Green+Blue) = 41+91+110=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #295B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B6E is #D6A491. Grayscale: #4E4E4E. Windows color (decimal): -14066834 or 7232297. OLE color: 7232297.

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

Color convert

RGB4191110-
CMYK0.630.1700.57
HSL196.52º45.7%29.61%-
HSV(B)196.52º62.73%43.14%-
XYZ7.479.0816.11-
YUV78.22145.94101.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=16.94%
G=37.60%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41911100.630.1700.57196.5245.729.61
Hex295B6E3F11039c52e1e
Octal5113315677210713055636
Binary101001101101111011101111111000101110011100010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,110); }

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

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

 a { background-color: rgb(41,91,110); }

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

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

 span { border-color: rgb(41,91,110); }

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