#217681

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

Shades of Allports #217681

Tints of Allports #217681

Color information

#217681 (or 0x217681) is unknown color: approx Allports. HEX triplet: 21, 76 and 81. RGB value is (33,118,129). Sum of RGB (Red+Green+Blue) = 33+118+129=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #217681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217681 is #DE897E. Grayscale: #5D5D5D. Windows color (decimal): -14584191 or 8484385. OLE color: 8484385.

HSL color Cylindrical-coordinate representation of color #217681: hue angle of 186.88º 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 #217681 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33118129-
CMYK0.740.0900.49
HSL186.88º59.26%31.76%-
HSV(B)186.88º74.42%50.59%-
XYZ11.0714.8723.05-
YUV93.84147.8484.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=11.79%
G=42.14%
B=46.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331181290.740.0900.49186.8859.2631.76
Hex2176814A9031bb3b20
Octal41166201112110612737340
Binary10000111101101000000110010101001011000110111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217681; }

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

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

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

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

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

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

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

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