#295D72

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

Shades of Chathams Blue #295D72

Tints of Chathams Blue #295D72

Color information

#295D72 (or 0x295D72) is unknown color: approx Chathams Blue. HEX triplet: 29, 5D and 72. RGB value is (41,93,114). Sum of RGB (Red+Green+Blue) = 41+93+114=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #295D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D72 is #D6A28D. Grayscale: #4F4F4F. Windows color (decimal): -14066318 or 7494953. OLE color: 7494953.

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

Color convert

RGB4193114-
CMYK0.640.1800.55
HSL197.26º47.1%30.39%-
HSV(B)197.26º64.04%44.71%-
XYZ7.879.5217.34-
YUV79.85147.27100.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=16.53%
G=37.5%
B=45.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41931140.640.1800.55197.2647.130.39
Hex295D724012037c52f1e
Octal51135162100220673055736
Binary1010011011101111001010000001001001101111100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,114); }

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

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

 a { background-color: rgb(41,93,114); }

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

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

 span { border-color: rgb(41,93,114); }

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