#2a5871

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

Shades of Chathams Blue #2A5871

Tints of Chathams Blue #2A5871

Color information

#2A5871 (or 0x2A5871) is unknown color: approx Chathams Blue. HEX triplet: 2A, 58 and 71. RGB value is (42,88,113). Sum of RGB (Red+Green+Blue) = 42+88+113=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A5871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5871 is #D5A78E. Grayscale: #4C4C4C. Windows color (decimal): -14002063 or 7428138. OLE color: 7428138.

HSL color Cylindrical-coordinate representation of color #2A5871: hue angle of 201.13º 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 #2A5871 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4288113-
CMYK0.630.2200.56
HSL201.13º45.81%30.39%-
HSV(B)201.13º62.83%44.31%-
XYZ7.438.6616.9-
YUV77.1148.26102.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=17.28%
G=36.21%
B=46.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42881130.630.2200.56201.1345.8130.39
Hex2A58713F16038c92e1e
Octal5213016177260703115636
Binary101010101100011100011111111011001110001100100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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