#295667

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

Shades of Chathams Blue #295667

Tints of Chathams Blue #295667

Color information

#295667 (or 0x295667) is unknown color: approx Chathams Blue. HEX triplet: 29, 56 and 67. RGB value is (41,86,103). Sum of RGB (Red+Green+Blue) = 41+86+103=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #295667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295667 is #D6A998. Grayscale: #4A4A4A. Windows color (decimal): -14068121 or 6772265. OLE color: 6772265.

HSL color Cylindrical-coordinate representation of color #295667: hue angle of 196.45º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295667 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4186103-
CMYK0.600.1700.60
HSL196.45º43.06%28.24%-
HSV(B)196.45º60.19%40.39%-
XYZ6.698.1114.04-
YUV74.48144.09104.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=17.83%
G=37.39%
B=44.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41861030.600.1700.60196.4543.0628.24
Hex2956673C1103Cc42b1c
Octal5112614774210743045334
Binary101001101011011001111111001000101111001100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295667; }

 p { color: rgb(41,86,103); }

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

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

 a { background-color: rgb(41,86,103); }

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

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

 span { border-color: rgb(41,86,103); }

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