#206278

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

Shades of Allports #206278

Tints of Allports #206278

Color information

#206278 (or 0x206278) is unknown color: approx Allports. HEX triplet: 20, 62 and 78. RGB value is (32,98,120). Sum of RGB (Red+Green+Blue) = 32+98+120=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #206278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206278 is #DF9D87. Grayscale: #505050. Windows color (decimal): -14654856 or 7889440. OLE color: 7889440.

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

Color convert

RGB3298120-
CMYK0.730.1800.53
HSL195º57.89%29.8%-
HSV(B)195º73.33%47.06%-
XYZ8.3510.419.34-
YUV80.77150.1393.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 120 (47.27% from 255) = 48%
R=12.8%
G=39.2%
B=48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32981200.730.1800.5319557.8929.8
Hex2062784912035c33a1e
Octal40142170111220653037236
Binary1000001100010111100010010011001001101011100001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206278; }

 p { color: rgb(32,98,120); }

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

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

 a { background-color: rgb(32,98,120); }

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

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

 span { border-color: rgb(32,98,120); }

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