#2D536C

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

Shades of Chathams Blue #2D536C

Tints of Chathams Blue #2D536C

Color information

#2D536C (or 0x2D536C) is unknown color: approx Chathams Blue. HEX triplet: 2D, 53 and 6C. RGB value is (45,83,108). Sum of RGB (Red+Green+Blue) = 45+83+108=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D536C is #D2AC93. Grayscale: #4A4A4A. Windows color (decimal): -13806740 or 7099181. OLE color: 7099181.

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

Color convert

RGB4583108-
CMYK0.580.2300.58
HSL203.81º41.18%30%-
HSV(B)203.81º58.33%42.35%-
XYZ6.887.8315.34-
YUV74.49146.91106.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=19.07%
G=35.17%
B=45.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45831080.580.2300.58203.8141.1830
Hex2D536C3A1703Acc291e
Octal5512315472270723145136
Binary101101101001111011001110101011101110101100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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