#2A5A72

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

Shades of Chathams Blue #2A5A72

Tints of Chathams Blue #2A5A72

Color information

#2A5A72 (or 0x2A5A72) is unknown color: approx Chathams Blue. HEX triplet: 2A, 5A and 72. RGB value is (42,90,114). Sum of RGB (Red+Green+Blue) = 42+90+114=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A5A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5A72 is #D5A58D. Grayscale: #4E4E4E. Windows color (decimal): -14001550 or 7494186. OLE color: 7494186.

HSL color Cylindrical-coordinate representation of color #2A5A72: hue angle of 200º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5A72 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4290114-
CMYK0.630.2100.55
HSL200º46.15%30.59%-
HSV(B)200º63.16%44.71%-
XYZ7.659.0217.26-
YUV78.38148.1102.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=17.07%
G=36.59%
B=46.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42901140.630.2100.5520046.1530.59
Hex2A5A723F15037c82e1f
Octal5213216277250673105637
Binary101010101101011100101111111010101101111100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5A72; }

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

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

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

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

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

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

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

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