#2A5469

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

Shades of Chathams Blue #2A5469

Tints of Chathams Blue #2A5469

Color information

#2A5469 (or 0x2A5469) is unknown color: approx Chathams Blue. HEX triplet: 2A, 54 and 69. RGB value is (42,84,105). Sum of RGB (Red+Green+Blue) = 42+84+105=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A5469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5469 is #D5AB96. Grayscale: #494949. Windows color (decimal): -14003095 or 6902826. OLE color: 6902826.

HSL color Cylindrical-coordinate representation of color #2A5469: hue angle of 200º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5469 is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4284105-
CMYK0.60.2000.59
HSL200º42.86%28.82%-
HSV(B)200º60%41.18%-
XYZ6.677.8514.53-
YUV73.84145.59105.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42841050.60.2000.5920042.8628.82
Hex2A54693C1403Bc82b1d
Octal5212415174240733105335
Binary101010101010011010011111001010001110111100100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,84,105); }

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

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

 a { background-color: rgb(42,84,105); }

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

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

 span { border-color: rgb(42,84,105); }

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