#2A5B73

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

Shades of Chathams Blue #2A5B73

Tints of Chathams Blue #2A5B73

Color information

#2A5B73 (or 0x2A5B73) is unknown color: approx Chathams Blue. HEX triplet: 2A, 5B and 73. RGB value is (42,91,115). Sum of RGB (Red+Green+Blue) = 42+91+115=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A5B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5B73 is #D5A48C. Grayscale: #4E4E4E. Windows color (decimal): -14001293 or 7559978. OLE color: 7559978.

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

Color convert

RGB4291115-
CMYK0.630.2100.55
HSL199.73º46.5%30.78%-
HSV(B)199.73º63.48%45.1%-
XYZ7.799.2117.59-
YUV79.08148.27101.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=16.94%
G=36.69%
B=46.37%

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
Decimal42911150.630.2100.55199.7346.530.78
Hex2A5B733F15037c82e1f
Octal5213316377250673105637
Binary101010101101111100111111111010101101111100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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