#295B72

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

Shades of Chathams Blue #295B72

Tints of Chathams Blue #295B72

Color information

#295B72 (or 0x295B72) is unknown color: approx Chathams Blue. HEX triplet: 29, 5B and 72. RGB value is (41,91,114). Sum of RGB (Red+Green+Blue) = 41+91+114=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #295B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B72 is #D6A48D. Grayscale: #4E4E4E. Windows color (decimal): -14066830 or 7494441. OLE color: 7494441.

HSL color Cylindrical-coordinate representation of color #295B72: hue angle of 198.9º 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 #295B72 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4191114-
CMYK0.640.2000.55
HSL198.9º47.1%30.39%-
HSV(B)198.9º64.04%44.71%-
XYZ7.699.1717.28-
YUV78.67147.94101.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=16.67%
G=36.99%
B=46.34%

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
Decimal41911140.640.2000.55198.947.130.39
Hex295B724014037c72f1e
Octal51133162100240673075736
Binary1010011011011111001010000001010001101111100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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