#2C5068

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

Shades of Chathams Blue #2C5068

Tints of Chathams Blue #2C5068

Color information

#2C5068 (or 0x2C5068) is unknown color: approx Chathams Blue. HEX triplet: 2C, 50 and 68. RGB value is (44,80,104). Sum of RGB (Red+Green+Blue) = 44+80+104=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5068 is #D3AF97. Grayscale: #474747. Windows color (decimal): -13873048 or 6836268. OLE color: 6836268.

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

Color convert

RGB4480104-
CMYK0.580.2300.59
HSL204º40.54%29.02%-
HSV(B)204º57.69%40.78%-
XYZ6.417.2714.16-
YUV71.97146.07108.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=19.30%
G=35.09%
B=45.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44801040.580.2300.5920440.5429.02
Hex2C50683A1703Bcc291d
Octal5412015072270733145135
Binary101100101000011010001110101011101110111100110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,104); }

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

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

 a { background-color: rgb(44,80,104); }

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

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

 span { border-color: rgb(44,80,104); }

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