#295b6f

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

Shades of Chathams Blue #295B6F

Tints of Chathams Blue #295B6F

Color information

#295B6F (or 0x295B6F) is unknown color: approx Chathams Blue. HEX triplet: 29, 5B and 6F. RGB value is (41,91,111). Sum of RGB (Red+Green+Blue) = 41+91+111=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #295B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B6F is #D6A490. Grayscale: #4E4E4E. Windows color (decimal): -14066833 or 7297833. OLE color: 7297833.

HSL color Cylindrical-coordinate representation of color #295B6F: hue angle of 197.14º 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 #295B6F is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4191111-
CMYK0.630.1800.56
HSL197.14º46.05%29.8%-
HSV(B)197.14º63.06%43.53%-
XYZ7.529.116.4-
YUV78.33146.44101.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=16.87%
G=37.45%
B=45.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41911110.630.1800.56197.1446.0529.8
Hex295B6F3F12038c52e1e
Octal5113315777220703055636
Binary101001101101111011111111111001001110001100010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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