#216B83

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

Shades of Allports #216B83

Tints of Allports #216B83

Color information

#216B83 (or 0x216B83) is unknown color: approx Allports. HEX triplet: 21, 6B and 83. RGB value is (33,107,131). Sum of RGB (Red+Green+Blue) = 33+107+131=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #216B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B83 is #DE947C. Grayscale: #575757. Windows color (decimal): -14587005 or 8612641. OLE color: 8612641.

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

Color convert

RGB33107131-
CMYK0.750.1800.49
HSL194.69º59.76%32.16%-
HSV(B)194.69º74.81%51.37%-
XYZ9.9812.4823.36-
YUV87.61152.4889.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=12.18%
G=39.48%
B=48.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331071310.750.1800.49194.6959.7632.16
Hex216B834B12031c33c20
Octal41153203113220613037440
Binary100001110101110000011100101110010011000111000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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