#216673

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

Shades of Allports #216673

Tints of Allports #216673

Color information

#216673 (or 0x216673) is unknown color: approx Allports. HEX triplet: 21, 66 and 73. RGB value is (33,102,115). Sum of RGB (Red+Green+Blue) = 33+102+115=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #216673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216673 is #DE998C. Grayscale: #525252. Windows color (decimal): -14588301 or 7562785. OLE color: 7562785.

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

Color convert

RGB33102115-
CMYK0.710.1100.55
HSL189.51º55.41%29.02%-
HSV(B)189.51º71.3%45.1%-
XYZ8.4711.0617.91-
YUV82.85146.1492.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 115 (45.31% from 255) = 46%
R=13.2%
G=40.8%
B=46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331021150.710.1100.55189.5155.4129.02
Hex21667347B037be371d
Octal41146163107130672766735
Binary100001110011011100111000111101101101111011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216673; }

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

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

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

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

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

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

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

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