#216B8E

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

Shades of Allports #216B8E

Tints of Allports #216B8E

Color information

#216B8E (or 0x216B8E) is unknown color: approx Allports. HEX triplet: 21, 6B and 8E. RGB value is (33,107,142). Sum of RGB (Red+Green+Blue) = 33+107+142=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #216B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B8E is #DE9471. Grayscale: #585858. Windows color (decimal): -14586994 or 9333537. OLE color: 9333537.

HSL color Cylindrical-coordinate representation of color #216B8E: hue angle of 199.27º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216B8E is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33107142-
CMYK0.770.2500.44
HSL199.27º62.29%34.31%-
HSV(B)199.27º76.76%55.69%-
XYZ10.7712.7927.49-
YUV88.86157.9888.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=11.70%
G=37.94%
B=50.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331071420.770.2500.44199.2762.2934.31
Hex216B8E4D1902Cc73e22
Octal41153216115310543077642
Binary100001110101110001110100110111001010110011000111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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