#205868

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

Shades of Chathams Blue #205868

Tints of Chathams Blue #205868

Color information

#205868 (or 0x205868) is unknown color: approx Chathams Blue. HEX triplet: 20, 58 and 68. RGB value is (32,88,104). Sum of RGB (Red+Green+Blue) = 32+88+104=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #205868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205868 is #DFA797. Grayscale: #484848. Windows color (decimal): -14657432 or 6838304. OLE color: 6838304.

HSL color Cylindrical-coordinate representation of color #205868: hue angle of 193.33º 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 #205868 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3288104-
CMYK0.690.1500.59
HSL193.33º52.94%26.67%-
HSV(B)193.33º69.23%40.78%-
XYZ6.588.2914.35-
YUV73.08145.4598.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=14.29%
G=39.29%
B=46.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32881040.690.1500.59193.3352.9426.67
Hex20586845F03Bc1351b
Octal40130150105170733016533
Binary100000101100011010001000101111101110111100000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205868; }

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

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

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

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

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

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

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

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