#295764

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

Shades of Chathams Blue #295764

Tints of Chathams Blue #295764

Color information

#295764 (or 0x295764) is unknown color: approx Chathams Blue. HEX triplet: 29, 57 and 64. RGB value is (41,87,100). Sum of RGB (Red+Green+Blue) = 41+87+100=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #295764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295764 is #D6A89B. Grayscale: #4A4A4A. Windows color (decimal): -14067868 or 6575913. OLE color: 6575913.

HSL color Cylindrical-coordinate representation of color #295764: hue angle of 193.22º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295764 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4187100-
CMYK0.590.1300.61
HSL193.22º41.84%27.65%-
HSV(B)193.22º59%39.22%-
XYZ6.628.2113.29-
YUV74.73142.26103.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=17.98%
G=38.16%
B=43.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41871000.590.1300.61193.2241.8427.65
Hex2957643BD03Dc12a1c
Octal5112714473150753015234
Binary10100110101111100100111011110101111011100000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295764; }

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

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

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

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

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

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

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

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