#2A5771

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

Shades of Chathams Blue #2A5771

Tints of Chathams Blue #2A5771

Color information

#2A5771 (or 0x2A5771) is unknown color: approx Chathams Blue. HEX triplet: 2A, 57 and 71. RGB value is (42,87,113). Sum of RGB (Red+Green+Blue) = 42+87+113=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A5771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5771 is #D5A88E. Grayscale: #4C4C4C. Windows color (decimal): -14002319 or 7427882. OLE color: 7427882.

HSL color Cylindrical-coordinate representation of color #2A5771: hue angle of 201.97º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5771 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4287113-
CMYK0.630.2300.56
HSL201.97º45.81%30.39%-
HSV(B)201.97º62.83%44.31%-
XYZ7.348.516.88-
YUV76.51148.59103.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=17.36%
G=35.95%
B=46.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42871130.630.2300.56201.9745.8130.39
Hex2A57713F17038ca2e1e
Octal5212716177270703125636
Binary101010101011111100011111111011101110001100101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,113); }

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

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

 a { background-color: rgb(42,87,113); }

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

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

 span { border-color: rgb(42,87,113); }

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