#2D5663

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

Shades of Chathams Blue #2D5663

Tints of Chathams Blue #2D5663

Color information

#2D5663 (or 0x2D5663) is unknown color: approx Chathams Blue. HEX triplet: 2D, 56 and 63. RGB value is (45,86,99). Sum of RGB (Red+Green+Blue) = 45+86+99=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5663 is #D2A99C. Grayscale: #4B4B4B. Windows color (decimal): -13805981 or 6510125. OLE color: 6510125.

HSL color Cylindrical-coordinate representation of color #2D5663: hue angle of 194.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D5663 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB458699-
CMYK0.550.1300.61
HSL194.44º37.5%28.24%-
HSV(B)194.44º54.55%38.82%-
XYZ6.668.1113.02-
YUV75.22141.42106.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.57%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=19.57%
G=37.39%
B=43.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4586990.550.1300.61194.4437.528.24
Hex2D566337D03Dc2261c
Octal5512614367150753024634
Binary10110110101101100011110111110101111011100001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,99); }

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

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

 a { background-color: rgb(45,86,99); }

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

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

 span { border-color: rgb(45,86,99); }

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