#206379

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

Shades of Allports #206379

Tints of Allports #206379

Color information

#206379 (or 0x206379) is unknown color: approx Allports. HEX triplet: 20, 63 and 79. RGB value is (32,99,121). Sum of RGB (Red+Green+Blue) = 32+99+121=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #206379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206379 is #DF9C86. Grayscale: #515151. Windows color (decimal): -14654599 or 7955232. OLE color: 7955232.

HSL color Cylindrical-coordinate representation of color #206379: hue angle of 194.83º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206379 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3299121-
CMYK0.740.1800.53
HSL194.83º58.17%30%-
HSV(B)194.83º73.55%47.45%-
XYZ8.5110.6119.69-
YUV81.47150.392.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=12.70%
G=39.29%
B=48.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32991210.740.1800.53194.8358.1730
Hex2063794A12035c33a1e
Octal40143171112220653037236
Binary1000001100011111100110010101001001101011100001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206379; }

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

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

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

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

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

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

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

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