#295571

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

Shades of Chathams Blue #295571

Tints of Chathams Blue #295571

Color information

#295571 (or 0x295571) is unknown color: approx Chathams Blue. HEX triplet: 29, 55 and 71. RGB value is (41,85,113). Sum of RGB (Red+Green+Blue) = 41+85+113=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #295571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295571 is #D6AA8E. Grayscale: #4A4A4A. Windows color (decimal): -14068367 or 7427369. OLE color: 7427369.

HSL color Cylindrical-coordinate representation of color #295571: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295571 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4185113-
CMYK0.640.2500.56
HSL203.33º46.75%30.2%-
HSV(B)203.33º63.72%44.31%-
XYZ7.148.1616.82-
YUV75.04149.42103.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=17.15%
G=35.56%
B=47.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41851130.640.2500.56203.3346.7530.2
Hex2955714019038cb2f1e
Octal51125161100310703135736
Binary1010011010101111000110000001100101110001100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295571; }

 p { color: rgb(41,85,113); }

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

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

 a { background-color: rgb(41,85,113); }

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

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

 span { border-color: rgb(41,85,113); }

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