#2C5B76

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

Shades of Chathams Blue #2C5B76

Tints of Chathams Blue #2C5B76

Color information

#2C5B76 (or 0x2C5B76) is unknown color: approx Chathams Blue. HEX triplet: 2C, 5B and 76. RGB value is (44,91,118). Sum of RGB (Red+Green+Blue) = 44+91+118=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C5B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5B76 is #D3A489. Grayscale: #4F4F4F. Windows color (decimal): -13870218 or 7756588. OLE color: 7756588.

HSL color Cylindrical-coordinate representation of color #2C5B76: hue angle of 201.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C5B76 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4491118-
CMYK0.630.2300.54
HSL201.89º45.68%31.76%-
HSV(B)201.89º62.71%46.27%-
XYZ8.059.3318.52-
YUV80.02149.43102.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=17.39%
G=35.97%
B=46.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44911180.630.2300.54201.8945.6831.76
Hex2C5B763F17036ca2e20
Octal5413316677270663125640
Binary1011001011011111011011111110111011011011001010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,118); }

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

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

 a { background-color: rgb(44,91,118); }

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

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

 span { border-color: rgb(44,91,118); }

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