#2A526D

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

Shades of Chathams Blue #2A526D

Tints of Chathams Blue #2A526D

Color information

#2A526D (or 0x2A526D) is unknown color: approx Chathams Blue. HEX triplet: 2A, 52 and 6D. RGB value is (42,82,109). Sum of RGB (Red+Green+Blue) = 42+82+109=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A526D is #D5AD92. Grayscale: #484848. Windows color (decimal): -14003603 or 7164458. OLE color: 7164458.

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

Color convert

RGB4282109-
CMYK0.610.2500.57
HSL204.18º44.37%29.61%-
HSV(B)204.18º61.47%42.75%-
XYZ6.737.6315.59-
YUV73.12148.25105.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=18.03%
G=35.19%
B=46.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42821090.610.2500.57204.1844.3729.61
Hex2A526D3D19039cc2c1e
Octal5212215575310713145436
Binary101010101001011011011111011100101110011100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,109); }

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

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

 a { background-color: rgb(42,82,109); }

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

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

 span { border-color: rgb(42,82,109); }

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