#295A72

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

Shades of Chathams Blue #295A72

Tints of Chathams Blue #295A72

Color information

#295A72 (or 0x295A72) is unknown color: approx Chathams Blue. HEX triplet: 29, 5A and 72. RGB value is (41,90,114). Sum of RGB (Red+Green+Blue) = 41+90+114=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #295A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A72 is #D6A58D. Grayscale: #4D4D4D. Windows color (decimal): -14067086 or 7494185. OLE color: 7494185.

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

Color convert

RGB4190114-
CMYK0.640.2100.55
HSL199.73º47.1%30.39%-
HSV(B)199.73º64.04%44.71%-
XYZ7.61917.26-
YUV78.08148.27101.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=16.73%
G=36.73%
B=46.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41901140.640.2100.55199.7347.130.39
Hex295A724015037c82f1e
Octal51132162100250673105736
Binary1010011011010111001010000001010101101111100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A72; }

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

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

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

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

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

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

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

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