#295970

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

Shades of Chathams Blue #295970

Tints of Chathams Blue #295970

Color information

#295970 (or 0x295970) is unknown color: approx Chathams Blue. HEX triplet: 29, 59 and 70. RGB value is (41,89,112). Sum of RGB (Red+Green+Blue) = 41+89+112=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #295970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295970 is #D6A68F. Grayscale: #4D4D4D. Windows color (decimal): -14067344 or 7362857. OLE color: 7362857.

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

Color convert

RGB4189112-
CMYK0.630.2100.56
HSL199.44º46.41%30%-
HSV(B)199.44º63.39%43.92%-
XYZ7.418.7916.63-
YUV77.27147.6102.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=16.94%
G=36.78%
B=46.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41891120.630.2100.56199.4446.4130
Hex2959703F15038c72e1e
Octal5113116077250703075636
Binary101001101100111100001111111010101110001100011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295970; }

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

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

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

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

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

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

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

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