#2D506B

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

Shades of Chathams Blue #2D506B

Tints of Chathams Blue #2D506B

Color information

#2D506B (or 0x2D506B) is unknown color: approx Chathams Blue. HEX triplet: 2D, 50 and 6B. RGB value is (45,80,107). Sum of RGB (Red+Green+Blue) = 45+80+107=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D506B is #D2AF94. Grayscale: #484848. Windows color (decimal): -13807509 or 7032877. OLE color: 7032877.

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

Color convert

RGB4580107-
CMYK0.580.2500.58
HSL206.13º40.79%29.8%-
HSV(B)206.13º57.94%41.96%-
XYZ6.67.3614.98-
YUV72.61147.4108.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=19.40%
G=34.48%
B=46.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45801070.580.2500.58206.1340.7929.8
Hex2D506B3A1903Ace291e
Octal5512015372310723165136
Binary101101101000011010111110101100101110101100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,107); }

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

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

 a { background-color: rgb(45,80,107); }

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

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

 span { border-color: rgb(45,80,107); }

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