#295670

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

Shades of Chathams Blue #295670

Tints of Chathams Blue #295670

Color information

#295670 (or 0x295670) is unknown color: approx Chathams Blue. HEX triplet: 29, 56 and 70. RGB value is (41,86,112). Sum of RGB (Red+Green+Blue) = 41+86+112=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #295670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295670 is #D6A98F. Grayscale: #4B4B4B. Windows color (decimal): -14068112 or 7362089. OLE color: 7362089.

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

Color convert

RGB4186112-
CMYK0.630.2300.56
HSL201.97º46.41%30%-
HSV(B)201.97º63.39%43.92%-
XYZ7.178.316.55-
YUV75.51148.59103.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=17.15%
G=35.98%
B=46.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41861120.630.2300.56201.9746.4130
Hex2956703F17038ca2e1e
Octal5112616077270703125636
Binary101001101011011100001111111011101110001100101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295670; }

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

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

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

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

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

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

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

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