#295772

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

Shades of Chathams Blue #295772

Tints of Chathams Blue #295772

Color information

#295772 (or 0x295772) is unknown color: approx Chathams Blue. HEX triplet: 29, 57 and 72. RGB value is (41,87,114). Sum of RGB (Red+Green+Blue) = 41+87+114=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #295772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295772 is #D6A88D. Grayscale: #4C4C4C. Windows color (decimal): -14067854 or 7493417. OLE color: 7493417.

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

Color convert

RGB4187114-
CMYK0.640.2400.55
HSL202.19º47.1%30.39%-
HSV(B)202.19º64.04%44.71%-
XYZ7.368.517.17-
YUV76.32149.26102.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=16.94%
G=35.95%
B=47.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41871140.640.2400.55202.1947.130.39
Hex2957724018037ca2f1e
Octal51127162100300673125736
Binary1010011010111111001010000001100001101111100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295772; }

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

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

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

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

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

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

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

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