#216F82

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

Shades of Allports #216F82

Tints of Allports #216F82

Color information

#216F82 (or 0x216F82) is unknown color: approx Allports. HEX triplet: 21, 6F and 82. RGB value is (33,111,130). Sum of RGB (Red+Green+Blue) = 33+111+130=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #216F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F82 is #DE907D. Grayscale: #595959. Windows color (decimal): -14585982 or 8548129. OLE color: 8548129.

HSL color Cylindrical-coordinate representation of color #216F82: hue angle of 191.75º 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 #216F82 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33111130-
CMYK0.750.1500.49
HSL191.75º59.51%31.96%-
HSV(B)191.75º74.62%50.98%-
XYZ10.3413.323.14-
YUV89.84150.6687.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=12.04%
G=40.51%
B=47.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331111300.750.1500.49191.7559.5131.96
Hex216F824BF031c03c20
Octal41157202113170613007440
Binary10000111011111000001010010111111011000111000000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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