#295C70

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

Shades of Chathams Blue #295C70

Tints of Chathams Blue #295C70

Color information

#295C70 (or 0x295C70) is unknown color: approx Chathams Blue. HEX triplet: 29, 5C and 70. RGB value is (41,92,112). Sum of RGB (Red+Green+Blue) = 41+92+112=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #295C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C70 is #D6A38F. Grayscale: #4E4E4E. Windows color (decimal): -14066576 or 7363625. OLE color: 7363625.

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

Color convert

RGB4192112-
CMYK0.630.1800.56
HSL196.9º46.41%30%-
HSV(B)196.9º63.39%43.92%-
XYZ7.679.316.72-
YUV79.03146.6100.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=16.73%
G=37.55%
B=45.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41921120.630.1800.56196.946.4130
Hex295C703F12038c52e1e
Octal5113416077220703055636
Binary101001101110011100001111111001001110001100010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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