#216382

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

Shades of Allports #216382

Tints of Allports #216382

Color information

#216382 (or 0x216382) is unknown color: approx Allports. HEX triplet: 21, 63 and 82. RGB value is (33,99,130). Sum of RGB (Red+Green+Blue) = 33+99+130=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #216382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216382 is #DE9C7D. Grayscale: #525252. Windows color (decimal): -14589054 or 8545057. OLE color: 8545057.

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

Color convert

RGB3399130-
CMYK0.750.2400.49
HSL199.18º59.51%31.96%-
HSV(B)199.18º74.62%50.98%-
XYZ9.1210.8622.73-
YUV82.8154.6392.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=12.60%
G=37.79%
B=49.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33991300.750.2400.49199.1859.5131.96
Hex2163824B18031c73c20
Octal41143202113300613077440
Binary100001110001110000010100101111000011000111000111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216382; }

 p { color: rgb(33,99,130); }

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

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

 a { background-color: rgb(33,99,130); }

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

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

 span { border-color: rgb(33,99,130); }

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