#207684

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

Shades of Allports #207684

Tints of Allports #207684

Color information

#207684 (or 0x207684) is unknown color: approx Allports. HEX triplet: 20, 76 and 84. RGB value is (32,118,132). Sum of RGB (Red+Green+Blue) = 32+118+132=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #207684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207684 is #DF897B. Grayscale: #5D5D5D. Windows color (decimal): -14649724 or 8680992. OLE color: 8680992.

HSL color Cylindrical-coordinate representation of color #207684: hue angle of 188.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207684 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32118132-
CMYK0.760.1100.48
HSL188.4º60.98%32.16%-
HSV(B)188.4º75.76%51.76%-
XYZ11.2414.9324.12-
YUV93.88149.5183.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.35%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=11.35%
G=41.84%
B=46.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321181320.760.1100.48188.460.9832.16
Hex2076844CB030bc3d20
Octal40166204114130602747540
Binary10000011101101000010010011001011011000010111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207684; }

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

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

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

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

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

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

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

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