#295763

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

Shades of Chathams Blue #295763

Tints of Chathams Blue #295763

Color information

#295763 (or 0x295763) is unknown color: approx Chathams Blue. HEX triplet: 29, 57 and 63. RGB value is (41,87,99). Sum of RGB (Red+Green+Blue) = 41+87+99=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #295763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295763 is #D6A89C. Grayscale: #4A4A4A. Windows color (decimal): -14067869 or 6510377. OLE color: 6510377.

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

Color convert

RGB418799-
CMYK0.590.1200.61
HSL192.41º41.43%27.45%-
HSV(B)192.41º58.59%38.82%-
XYZ6.578.1913.04-
YUV74.61141.76104.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=18.06%
G=38.33%
B=43.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4187990.590.1200.61192.4141.4327.45
Hex2957633BC03Dc0291b
Octal5112714373140753005133
Binary10100110101111100011111011110001111011100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295763; }

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

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

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

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

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

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

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

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