#206375

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

Shades of Allports #206375

Tints of Allports #206375

Color information

#206375 (or 0x206375) is unknown color: approx Allports. HEX triplet: 20, 63 and 75. RGB value is (32,99,117). Sum of RGB (Red+Green+Blue) = 32+99+117=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #206375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206375 is #DF9C8A. Grayscale: #505050. Windows color (decimal): -14654603 or 7693088. OLE color: 7693088.

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

Color convert

RGB3299117-
CMYK0.730.1500.54
HSL192.71º57.05%29.22%-
HSV(B)192.71º72.65%45.88%-
XYZ8.2710.5218.42-
YUV81.02148.393.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=12.90%
G=39.92%
B=47.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32991170.730.1500.54192.7157.0529.22
Hex20637549F036c1391d
Octal40143165111170663017135
Binary100000110001111101011001001111101101101100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206375; }

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

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

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

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

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

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

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

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