#295C73

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

Shades of Chathams Blue #295C73

Tints of Chathams Blue #295C73

Color information

#295C73 (or 0x295C73) is unknown color: approx Chathams Blue. HEX triplet: 29, 5C and 73. RGB value is (41,92,115). Sum of RGB (Red+Green+Blue) = 41+92+115=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #295C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C73 is #D6A38C. Grayscale: #4F4F4F. Windows color (decimal): -14066573 or 7560233. OLE color: 7560233.

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

Color convert

RGB4192115-
CMYK0.640.2000.55
HSL198.65º47.44%30.59%-
HSV(B)198.65º64.35%45.1%-
XYZ7.849.3617.61-
YUV79.37148.1100.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=16.53%
G=37.10%
B=46.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41921150.640.2000.55198.6547.4430.59
Hex295C734014037c72f1f
Octal51134163100240673075737
Binary1010011011100111001110000001010001101111100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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