#2D5668

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

Shades of Chathams Blue #2D5668

Tints of Chathams Blue #2D5668

Color information

#2D5668 (or 0x2D5668) is unknown color: approx Chathams Blue. HEX triplet: 2D, 56 and 68. RGB value is (45,86,104). Sum of RGB (Red+Green+Blue) = 45+86+104=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5668 is #D2A997. Grayscale: #4B4B4B. Windows color (decimal): -13805976 or 6837805. OLE color: 6837805.

HSL color Cylindrical-coordinate representation of color #2D5668: hue angle of 198.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5668 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4586104-
CMYK0.570.1700.59
HSL198.31º39.6%29.22%-
HSV(B)198.31º56.73%40.78%-
XYZ6.918.2114.32-
YUV75.79143.92106.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=19.15%
G=36.60%
B=44.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45861040.570.1700.59198.3139.629.22
Hex2D5668391103Bc6281d
Octal5512615071210733065035
Binary101101101011011010001110011000101110111100011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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