#2C546B

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

Shades of Chathams Blue #2C546B

Tints of Chathams Blue #2C546B

Color information

#2C546B (or 0x2C546B) is unknown color: approx Chathams Blue. HEX triplet: 2C, 54 and 6B. RGB value is (44,84,107). Sum of RGB (Red+Green+Blue) = 44+84+107=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #2C546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C546B is #D3AB94. Grayscale: #4A4A4A. Windows color (decimal): -13872021 or 7033900. OLE color: 7033900.

HSL color Cylindrical-coordinate representation of color #2C546B: hue angle of 201.9º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C546B is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4484107-
CMYK0.590.2100.58
HSL201.9º41.72%29.61%-
HSV(B)201.9º58.88%41.96%-
XYZ6.867.9415.08-
YUV74.66146.25106.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=18.72%
G=35.74%
B=45.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44841070.590.2100.58201.941.7229.61
Hex2C546B3B1503Aca2a1e
Octal5412415373250723125236
Binary101100101010011010111110111010101110101100101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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