#216B84

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

Shades of Allports #216B84

Tints of Allports #216B84

Color information

#216B84 (or 0x216B84) is unknown color: approx Allports. HEX triplet: 21, 6B and 84. RGB value is (33,107,132). Sum of RGB (Red+Green+Blue) = 33+107+132=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #216B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B84 is #DE947B. Grayscale: #575757. Windows color (decimal): -14587004 or 8678177. OLE color: 8678177.

HSL color Cylindrical-coordinate representation of color #216B84: hue angle of 195.15º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216B84 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB33107132-
CMYK0.750.1900.48
HSL195.15º60%32.35%-
HSV(B)195.15º75%51.76%-
XYZ10.0512.523.71-
YUV87.72152.9888.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=12.13%
G=39.34%
B=48.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331071320.750.1900.48195.156032.35
Hex216B844B13030c33c20
Octal41153204113230603037440
Binary100001110101110000100100101110011011000011000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B84; }

 p { color: rgb(33,107,132); }

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

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

 a { background-color: rgb(33,107,132); }

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

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

 span { border-color: rgb(33,107,132); }

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