#2A5B72

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

Shades of Chathams Blue #2A5B72

Tints of Chathams Blue #2A5B72

Color information

#2A5B72 (or 0x2A5B72) is unknown color: approx Chathams Blue. HEX triplet: 2A, 5B and 72. RGB value is (42,91,114). Sum of RGB (Red+Green+Blue) = 42+91+114=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A5B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5B72 is #D5A48D. Grayscale: #4E4E4E. Windows color (decimal): -14001294 or 7494442. OLE color: 7494442.

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

Color convert

RGB4291114-
CMYK0.630.2000.55
HSL199.17º46.15%30.59%-
HSV(B)199.17º63.16%44.71%-
XYZ7.739.1917.29-
YUV78.97147.77101.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=17.00%
G=36.84%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42911140.630.2000.55199.1746.1530.59
Hex2A5B723F14037c72e1f
Octal5213316277240673075637
Binary101010101101111100101111111010001101111100011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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