#295C71

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

Shades of Chathams Blue #295C71

Tints of Chathams Blue #295C71

Color information

#295C71 (or 0x295C71) is unknown color: approx Chathams Blue. HEX triplet: 29, 5C and 71. RGB value is (41,92,113). Sum of RGB (Red+Green+Blue) = 41+92+113=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #295C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C71 is #D6A38E. Grayscale: #4F4F4F. Windows color (decimal): -14066575 or 7429161. OLE color: 7429161.

HSL color Cylindrical-coordinate representation of color #295C71: hue angle of 197.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295C71 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4192113-
CMYK0.640.1900.56
HSL197.5º46.75%30.2%-
HSV(B)197.5º63.72%44.31%-
XYZ7.729.3217.01-
YUV79.15147.1100.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=16.67%
G=37.40%
B=45.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41921130.640.1900.56197.546.7530.2
Hex295C714013038c62f1e
Octal51134161100230703065736
Binary1010011011100111000110000001001101110001100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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