#2D556C

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

Shades of Chathams Blue #2D556C

Tints of Chathams Blue #2D556C

Color information

#2D556C (or 0x2D556C) is unknown color: approx Chathams Blue. HEX triplet: 2D, 55 and 6C. RGB value is (45,85,108). Sum of RGB (Red+Green+Blue) = 45+85+108=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D556C is #D2AA93. Grayscale: #4B4B4B. Windows color (decimal): -13806228 or 7099693. OLE color: 7099693.

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

Color convert

RGB4585108-
CMYK0.580.2100.58
HSL201.9º41.18%30%-
HSV(B)201.9º58.33%42.35%-
XYZ7.048.1415.39-
YUV75.66146.25106.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=18.91%
G=35.71%
B=45.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45851080.580.2100.58201.941.1830
Hex2D556C3A1503Aca291e
Octal5512515472250723125136
Binary101101101010111011001110101010101110101100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,108); }

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

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

 a { background-color: rgb(45,85,108); }

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

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

 span { border-color: rgb(45,85,108); }

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