#2C4F69

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

Shades of Chathams Blue #2C4F69

Tints of Chathams Blue #2C4F69

Color information

#2C4F69 (or 0x2C4F69) is unknown color: approx Chathams Blue. HEX triplet: 2C, 4F and 69. RGB value is (44,79,105). Sum of RGB (Red+Green+Blue) = 44+79+105=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C4F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F69 is #D3B096. Grayscale: #474747. Windows color (decimal): -13873303 or 6901548. OLE color: 6901548.

HSL color Cylindrical-coordinate representation of color #2C4F69: hue angle of 205.57º 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 #2C4F69 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4479105-
CMYK0.580.2500.59
HSL205.57º40.94%29.22%-
HSV(B)205.57º58.1%41.18%-
XYZ6.387.1514.41-
YUV71.5146.9108.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=19.30%
G=34.65%
B=46.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44791050.580.2500.59205.5740.9429.22
Hex2C4F693A1903Bce291d
Octal5411715172310733165135
Binary101100100111111010011110101100101110111100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,105); }

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

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

 a { background-color: rgb(44,79,105); }

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

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

 span { border-color: rgb(44,79,105); }

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