#2C516A

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

Shades of Chathams Blue #2C516A

Tints of Chathams Blue #2C516A

Color information

#2C516A (or 0x2C516A) is unknown color: approx Chathams Blue. HEX triplet: 2C, 51 and 6A. RGB value is (44,81,106). Sum of RGB (Red+Green+Blue) = 44+81+106=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C516A is #D3AE95. Grayscale: #484848. Windows color (decimal): -13872790 or 6967596. OLE color: 6967596.

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

Color convert

RGB4481106-
CMYK0.580.2400.58
HSL204.19º41.33%29.41%-
HSV(B)204.19º58.49%41.57%-
XYZ6.587.4614.73-
YUV72.79146.74107.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=19.05%
G=35.06%
B=45.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44811060.580.2400.58204.1941.3329.41
Hex2C516A3A1803Acc291d
Octal5412115272300723145135
Binary101100101000111010101110101100001110101100110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,106); }

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

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

 a { background-color: rgb(44,81,106); }

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

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

 span { border-color: rgb(44,81,106); }

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