#2A566E

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

Shades of Chathams Blue #2A566E

Tints of Chathams Blue #2A566E

Color information

#2A566E (or 0x2A566E) is unknown color: approx Chathams Blue. HEX triplet: 2A, 56 and 6E. RGB value is (42,86,110). Sum of RGB (Red+Green+Blue) = 42+86+110=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A566E is #D5A991. Grayscale: #4B4B4B. Windows color (decimal): -14002578 or 7231018. OLE color: 7231018.

HSL color Cylindrical-coordinate representation of color #2A566E: hue angle of 201.18º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A566E is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4286110-
CMYK0.620.2200.57
HSL201.18º44.74%29.8%-
HSV(B)201.18º61.82%43.14%-
XYZ7.18.2715.97-
YUV75.58147.42104.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=17.65%
G=36.13%
B=46.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42861100.620.2200.57201.1844.7429.8
Hex2A566E3E16039c92d1e
Octal5212615676260713115536
Binary101010101011011011101111101011001110011100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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