#205B67

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

Shades of Chathams Blue #205B67

Tints of Chathams Blue #205B67

Color information

#205B67 (or 0x205B67) is unknown color: approx Chathams Blue. HEX triplet: 20, 5B and 67. RGB value is (32,91,103). Sum of RGB (Red+Green+Blue) = 32+91+103=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #205B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B67 is #DFA498. Grayscale: #4A4A4A. Windows color (decimal): -14656665 or 6773536. OLE color: 6773536.

HSL color Cylindrical-coordinate representation of color #205B67: hue angle of 190.14º degrees, saturation: 0.53, 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 #205B67 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3291103-
CMYK0.690.1200.60
HSL190.14º52.59%26.47%-
HSV(B)190.14º68.93%40.39%-
XYZ6.788.7714.17-
YUV74.73143.9597.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=14.16%
G=40.27%
B=45.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32911030.690.1200.60190.1452.5926.47
Hex205B6745C03Cbe351a
Octal40133147105140742766532
Binary100000101101111001111000101110001111001011111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205B67; }

 p { color: rgb(32,91,103); }

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

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

 a { background-color: rgb(32,91,103); }

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

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

 span { border-color: rgb(32,91,103); }

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