#295668

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

Shades of Chathams Blue #295668

Tints of Chathams Blue #295668

Color information

#295668 (or 0x295668) is unknown color: approx Chathams Blue. HEX triplet: 29, 56 and 68. RGB value is (41,86,104). Sum of RGB (Red+Green+Blue) = 41+86+104=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #295668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295668 is #D6A997. Grayscale: #4A4A4A. Windows color (decimal): -14068120 or 6837801. OLE color: 6837801.

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

Color convert

RGB4186104-
CMYK0.610.1700.59
HSL197.14º43.45%28.43%-
HSV(B)197.14º60.58%40.78%-
XYZ6.748.1314.31-
YUV74.6144.59104.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=17.75%
G=37.23%
B=45.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41861040.610.1700.59197.1443.4528.43
Hex2956683D1103Bc52b1c
Octal5112615075210733055334
Binary101001101011011010001111011000101110111100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295668; }

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

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

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

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

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

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

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

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