#205766

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

Shades of Chathams Blue #205766

Tints of Chathams Blue #205766

Color information

#205766 (or 0x205766) is unknown color: approx Chathams Blue. HEX triplet: 20, 57 and 66. RGB value is (32,87,102). Sum of RGB (Red+Green+Blue) = 32+87+102=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #205766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205766 is #DFA899. Grayscale: #484848. Windows color (decimal): -14657690 or 6706976. OLE color: 6706976.

HSL color Cylindrical-coordinate representation of color #205766: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205766 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3287102-
CMYK0.690.1500.6
HSL192.86º52.24%26.27%-
HSV(B)192.86º68.63%40%-
XYZ6.48.0813.79-
YUV72.26144.7899.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=14.48%
G=39.37%
B=46.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32871020.690.1500.6192.8652.2426.27
Hex20576645F03Cc1341a
Octal40127146105170743016432
Binary100000101011111001101000101111101111001100000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205766; }

 p { color: rgb(32,87,102); }

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

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

 a { background-color: rgb(32,87,102); }

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

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

 span { border-color: rgb(32,87,102); }

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