#206376

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

Shades of Allports #206376

Tints of Allports #206376

Color information

#206376 (or 0x206376) is unknown color: approx Allports. HEX triplet: 20, 63 and 76. RGB value is (32,99,118). Sum of RGB (Red+Green+Blue) = 32+99+118=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #206376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206376 is #DF9C89. Grayscale: #505050. Windows color (decimal): -14654602 or 7758624. OLE color: 7758624.

HSL color Cylindrical-coordinate representation of color #206376: hue angle of 193.26º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206376 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3299118-
CMYK0.730.1600.54
HSL193.26º57.33%29.41%-
HSV(B)193.26º72.88%46.27%-
XYZ8.3310.5418.73-
YUV81.13148.892.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=12.85%
G=39.76%
B=47.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32991180.730.1600.54193.2657.3329.41
Hex2063764910036c1391d
Octal40143166111200663017135
Binary1000001100011111011010010011000001101101100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206376; }

 p { color: rgb(32,99,118); }

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

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

 a { background-color: rgb(32,99,118); }

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

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

 span { border-color: rgb(32,99,118); }

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