#2C5266

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

Shades of Chathams Blue #2C5266

Tints of Chathams Blue #2C5266

Color information

#2C5266 (or 0x2C5266) is unknown color: approx Chathams Blue. HEX triplet: 2C, 52 and 66. RGB value is (44,82,102). Sum of RGB (Red+Green+Blue) = 44+82+102=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5266 is #D3AD99. Grayscale: #484848. Windows color (decimal): -13872538 or 6705708. OLE color: 6705708.

HSL color Cylindrical-coordinate representation of color #2C5266: hue angle of 200.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5266 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4482102-
CMYK0.570.2000.6
HSL200.69º39.73%28.63%-
HSV(B)200.69º56.86%40%-
XYZ6.457.5313.68-
YUV72.92144.41107.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=19.30%
G=35.96%
B=44.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44821020.570.2000.6200.6939.7328.63
Hex2C5266391403Cc9281d
Octal5412214671240743115035
Binary101100101001011001101110011010001111001100100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,102); }

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

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

 a { background-color: rgb(44,82,102); }

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

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

 span { border-color: rgb(44,82,102); }

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