#216684

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

Shades of Allports #216684

Tints of Allports #216684

Color information

#216684 (or 0x216684) is unknown color: approx Allports. HEX triplet: 21, 66 and 84. RGB value is (33,102,132). Sum of RGB (Red+Green+Blue) = 33+102+132=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #216684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216684 is #DE997B. Grayscale: #545454. Windows color (decimal): -14588284 or 8676897. OLE color: 8676897.

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

Color convert

RGB33102132-
CMYK0.750.2300.48
HSL198.18º60%32.35%-
HSV(B)198.18º75%51.76%-
XYZ9.5411.4923.54-
YUV84.79154.6491.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=12.36%
G=38.20%
B=49.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331021320.750.2300.48198.186032.35
Hex2166844B17030c63c20
Octal41146204113270603067440
Binary100001110011010000100100101110111011000011000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216684; }

 p { color: rgb(33,102,132); }

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

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

 a { background-color: rgb(33,102,132); }

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

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

 span { border-color: rgb(33,102,132); }

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