#295572

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

Shades of Chathams Blue #295572

Tints of Chathams Blue #295572

Color information

#295572 (or 0x295572) is unknown color: approx Chathams Blue. HEX triplet: 29, 55 and 72. RGB value is (41,85,114). Sum of RGB (Red+Green+Blue) = 41+85+114=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #295572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295572 is #D6AA8D. Grayscale: #4A4A4A. Windows color (decimal): -14068366 or 7492905. OLE color: 7492905.

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

Color convert

RGB4185114-
CMYK0.640.2500.55
HSL203.84º47.1%30.39%-
HSV(B)203.84º64.04%44.71%-
XYZ7.28.1817.12-
YUV75.15149.92103.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=17.08%
G=35.42%
B=47.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41851140.640.2500.55203.8447.130.39
Hex2955724019037cc2f1e
Octal51125162100310673145736
Binary1010011010101111001010000001100101101111100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295572; }

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

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

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

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

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

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

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

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