#216581

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

Shades of Allports #216581

Tints of Allports #216581

Color information

#216581 (or 0x216581) is unknown color: approx Allports. HEX triplet: 21, 65 and 81. RGB value is (33,101,129). Sum of RGB (Red+Green+Blue) = 33+101+129=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #216581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216581 is #DE9A7E. Grayscale: #535353. Windows color (decimal): -14588543 or 8480033. OLE color: 8480033.

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

Color convert

RGB33101129-
CMYK0.740.2200.49
HSL197.5º59.26%31.76%-
HSV(B)197.5º74.42%50.59%-
XYZ9.2411.2222.45-
YUV83.86153.4791.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=12.55%
G=38.40%
B=49.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331011290.740.2200.49197.559.2631.76
Hex2165814A16031c63b20
Octal41145201112260613067340
Binary100001110010110000001100101010110011000111000110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216581; }

 p { color: rgb(33,101,129); }

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

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

 a { background-color: rgb(33,101,129); }

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

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

 span { border-color: rgb(33,101,129); }

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