#216F92

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

Shades of Allports #216F92

Tints of Allports #216F92

Color information

#216F92 (or 0x216F92) is unknown color: approx Allports. HEX triplet: 21, 6F and 92. RGB value is (33,111,146). Sum of RGB (Red+Green+Blue) = 33+111+146=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #216F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F92 is #DE906D. Grayscale: #5B5B5B. Windows color (decimal): -14585966 or 9596705. OLE color: 9596705.

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

Color convert

RGB33111146-
CMYK0.770.2400.43
HSL198.58º63.13%35.1%-
HSV(B)198.58º77.4%57.25%-
XYZ11.513.7729.25-
YUV91.67158.6686.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=11.38%
G=38.28%
B=50.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331111460.770.2400.43198.5863.1335.1
Hex216F924D1802Bc73f23
Octal41157222115300533077743
Binary100001110111110010010100110111000010101111000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,146); }

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

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

 a { background-color: rgb(33,111,146); }

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

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

 span { border-color: rgb(33,111,146); }

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