#2A5866

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

Shades of Chathams Blue #2A5866

Tints of Chathams Blue #2A5866

Color information

#2A5866 (or 0x2A5866) is unknown color: approx Chathams Blue. HEX triplet: 2A, 58 and 66. RGB value is (42,88,102). Sum of RGB (Red+Green+Blue) = 42+88+102=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5866 is #D5A799. Grayscale: #4B4B4B. Windows color (decimal): -14002074 or 6707242. OLE color: 6707242.

HSL color Cylindrical-coordinate representation of color #2A5866: hue angle of 194º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A5866 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4288102-
CMYK0.590.1400.6
HSL194º41.67%28.24%-
HSV(B)194º58.82%40%-
XYZ6.848.4313.84-
YUV75.84142.76103.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=18.10%
G=37.93%
B=43.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42881020.590.1400.619441.6728.24
Hex2A58663BE03Cc22a1c
Octal5213014673160743025234
Binary10101010110001100110111011111001111001100001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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