#295B70

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

Shades of Chathams Blue #295B70

Tints of Chathams Blue #295B70

Color information

#295B70 (or 0x295B70) is unknown color: approx Chathams Blue. HEX triplet: 29, 5B and 70. RGB value is (41,91,112). Sum of RGB (Red+Green+Blue) = 41+91+112=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #295B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B70 is #D6A48F. Grayscale: #4E4E4E. Windows color (decimal): -14066832 or 7363369. OLE color: 7363369.

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

Color convert

RGB4191112-
CMYK0.630.1900.56
HSL197.75º46.41%30%-
HSV(B)197.75º63.39%43.92%-
XYZ7.589.1216.69-
YUV78.44146.94101.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=16.80%
G=37.30%
B=45.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41911120.630.1900.56197.7546.4130
Hex295B703F13038c62e1e
Octal5113316077230703065636
Binary101001101101111100001111111001101110001100011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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