#2C546D

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

Shades of Chathams Blue #2C546D

Tints of Chathams Blue #2C546D

Color information

#2C546D (or 0x2C546D) is unknown color: approx Chathams Blue. HEX triplet: 2C, 54 and 6D. RGB value is (44,84,109). Sum of RGB (Red+Green+Blue) = 44+84+109=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C546D is #D3AB92. Grayscale: #4A4A4A. Windows color (decimal): -13872019 or 7164972. OLE color: 7164972.

HSL color Cylindrical-coordinate representation of color #2C546D: hue angle of 203.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C546D is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4484109-
CMYK0.600.2300.57
HSL203.08º42.48%30%-
HSV(B)203.08º59.63%42.75%-
XYZ6.977.9815.64-
YUV74.89147.25105.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=18.57%
G=35.44%
B=45.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44841090.600.2300.57203.0842.4830
Hex2C546D3C17039cb2a1e
Octal5412415574270713135236
Binary101100101010011011011111001011101110011100101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,109); }

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

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

 a { background-color: rgb(44,84,109); }

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

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

 span { border-color: rgb(44,84,109); }

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