#216671

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

Shades of Allports #216671

Tints of Allports #216671

Color information

#216671 (or 0x216671) is unknown color: approx Allports. HEX triplet: 21, 66 and 71. RGB value is (33,102,113). Sum of RGB (Red+Green+Blue) = 33+102+113=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #216671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216671 is #DE998E. Grayscale: #525252. Windows color (decimal): -14588303 or 7431713. OLE color: 7431713.

HSL color Cylindrical-coordinate representation of color #216671: hue angle of 188.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216671 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB33102113-
CMYK0.710.1000.56
HSL188.25º54.79%28.63%-
HSV(B)188.25º70.8%44.31%-
XYZ8.3611.0217.31-
YUV82.62145.1492.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=13.31%
G=41.13%
B=45.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331021130.710.1000.56188.2554.7928.63
Hex21667147A038bc371d
Octal41146161107120702746735
Binary100001110011011100011000111101001110001011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216671; }

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

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

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

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

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

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

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

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