#216c90

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

Shades of Allports #216C90

Tints of Allports #216C90

Color information

#216C90 (or 0x216C90) is unknown color: approx Allports. HEX triplet: 21, 6C and 90. RGB value is (33,108,144). Sum of RGB (Red+Green+Blue) = 33+108+144=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #216C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C90 is #DE936F. Grayscale: #595959. Windows color (decimal): -14586736 or 9464865. OLE color: 9464865.

HSL color Cylindrical-coordinate representation of color #216C90: hue angle of 199.46º 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 #216C90 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33108144-
CMYK0.770.2500.44
HSL199.46º62.71%34.71%-
HSV(B)199.46º77.08%56.47%-
XYZ11.0213.0628.33-
YUV89.68158.6587.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=11.58%
G=37.89%
B=50.53%

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
Decimal331081440.770.2500.44199.4662.7134.71
Hex216C904D1902Cc73f23
Octal41154220115310543077743
Binary100001110110010010000100110111001010110011000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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