#295B6B

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

Shades of Chathams Blue #295B6B

Tints of Chathams Blue #295B6B

Color information

#295B6B (or 0x295B6B) is unknown color: approx Chathams Blue. HEX triplet: 29, 5B and 6B. RGB value is (41,91,107). Sum of RGB (Red+Green+Blue) = 41+91+107=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #295B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B6B is #D6A494. Grayscale: #4D4D4D. Windows color (decimal): -14066837 or 7035689. OLE color: 7035689.

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

Color convert

RGB4191107-
CMYK0.620.1500.58
HSL194.55º44.59%29.02%-
HSV(B)194.55º61.68%41.96%-
XYZ7.319.0215.26-
YUV77.87144.44101.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=17.15%
G=38.08%
B=44.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41911070.620.1500.58194.5544.5929.02
Hex295B6B3EF03Ac32d1d
Octal5113315376170723035535
Binary10100110110111101011111110111101110101100001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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