#216B90

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

Shades of Allports #216B90

Tints of Allports #216B90

Color information

#216B90 (or 0x216B90) is unknown color: approx Allports. HEX triplet: 21, 6B and 90. RGB value is (33,107,144). Sum of RGB (Red+Green+Blue) = 33+107+144=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #216B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B90 is #DE946F. Grayscale: #585858. Windows color (decimal): -14586992 or 9464609. OLE color: 9464609.

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

Color convert

RGB33107144-
CMYK0.770.2600.44
HSL200º62.71%34.71%-
HSV(B)200º77.08%56.47%-
XYZ10.9212.8528.29-
YUV89.09158.9887.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=11.62%
G=37.68%
B=50.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331071440.770.2600.4420062.7134.71
Hex216B904D1A02Cc83f23
Octal41153220115320543107743
Binary100001110101110010000100110111010010110011001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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