#205369

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

Shades of Chathams Blue #205369

Tints of Chathams Blue #205369

Color information

#205369 (or 0x205369) is unknown color: approx Chathams Blue. HEX triplet: 20, 53 and 69. RGB value is (32,83,105). Sum of RGB (Red+Green+Blue) = 32+83+105=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #205369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205369 is #DFAC96. Grayscale: #464646. Windows color (decimal): -14658711 or 6902560. OLE color: 6902560.

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

Color convert

RGB3283105-
CMYK0.700.2100.59
HSL198.08º53.28%26.86%-
HSV(B)198.08º69.52%41.18%-
XYZ6.247.5114.49-
YUV70.26147.6100.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=14.55%
G=37.73%
B=47.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32831050.700.2100.59198.0853.2826.86
Hex205369461503Bc6351b
Octal40123151106250733066533
Binary1000001010011110100110001101010101110111100011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205369; }

 p { color: rgb(32,83,105); }

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

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

 a { background-color: rgb(32,83,105); }

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

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

 span { border-color: rgb(32,83,105); }

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