#295973

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

Shades of Chathams Blue #295973

Tints of Chathams Blue #295973

Color information

#295973 (or 0x295973) is unknown color: approx Chathams Blue. HEX triplet: 29, 59 and 73. RGB value is (41,89,115). Sum of RGB (Red+Green+Blue) = 41+89+115=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #295973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295973 is #D6A68C. Grayscale: #4D4D4D. Windows color (decimal): -14067341 or 7559465. OLE color: 7559465.

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

Color convert

RGB4189115-
CMYK0.640.2300.55
HSL201.08º47.44%30.59%-
HSV(B)201.08º64.35%45.1%-
XYZ7.588.8517.53-
YUV77.61149.1101.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=16.73%
G=36.33%
B=46.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41891150.640.2300.55201.0847.4430.59
Hex2959734017037c92f1f
Octal51131163100270673115737
Binary1010011011001111001110000001011101101111100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295973; }

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

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

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

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

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

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

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

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