#2A5673

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

Shades of Chathams Blue #2A5673

Tints of Chathams Blue #2A5673

Color information

#2A5673 (or 0x2A5673) is unknown color: approx Chathams Blue. HEX triplet: 2A, 56 and 73. RGB value is (42,86,115). Sum of RGB (Red+Green+Blue) = 42+86+115=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5673 is #D5A98C. Grayscale: #4B4B4B. Windows color (decimal): -14002573 or 7558698. OLE color: 7558698.

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

Color convert

RGB4286115-
CMYK0.630.2500.55
HSL203.84º46.5%30.78%-
HSV(B)203.84º63.48%45.1%-
XYZ7.388.3917.45-
YUV76.15149.92103.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=17.28%
G=35.39%
B=47.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42861150.630.2500.55203.8446.530.78
Hex2A56733F19037cc2e1f
Octal5212616377310673145637
Binary101010101011011100111111111100101101111100110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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