#205568

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

Shades of Chathams Blue #205568

Tints of Chathams Blue #205568

Color information

#205568 (or 0x205568) is unknown color: approx Chathams Blue. HEX triplet: 20, 55 and 68. RGB value is (32,85,104). Sum of RGB (Red+Green+Blue) = 32+85+104=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #205568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205568 is #DFAA97. Grayscale: #474747. Windows color (decimal): -14658200 or 6837536. OLE color: 6837536.

HSL color Cylindrical-coordinate representation of color #205568: hue angle of 195.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205568 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3285104-
CMYK0.690.1800.59
HSL195.83º52.94%26.67%-
HSV(B)195.83º69.23%40.78%-
XYZ6.347.814.27-
YUV71.32146.4499.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=14.48%
G=38.46%
B=47.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32851040.690.1800.59195.8352.9426.67
Hex205568451203Bc4351b
Octal40125150105220733046533
Binary1000001010101110100010001011001001110111100010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205568; }

 p { color: rgb(32,85,104); }

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

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

 a { background-color: rgb(32,85,104); }

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

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

 span { border-color: rgb(32,85,104); }

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