#216F85

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

Shades of Allports #216F85

Tints of Allports #216F85

Color information

#216F85 (or 0x216F85) is unknown color: approx Allports. HEX triplet: 21, 6F and 85. RGB value is (33,111,133). Sum of RGB (Red+Green+Blue) = 33+111+133=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #216F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F85 is #DE907A. Grayscale: #5A5A5A. Windows color (decimal): -14585979 or 8744737. OLE color: 8744737.

HSL color Cylindrical-coordinate representation of color #216F85: hue angle of 193.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216F85 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB33111133-
CMYK0.750.1700.48
HSL193.2º60.24%32.55%-
HSV(B)193.2º75.19%52.16%-
XYZ10.5513.3924.22-
YUV90.19152.1687.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=11.91%
G=40.07%
B=48.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331111330.750.1700.48193.260.2432.55
Hex216F854B11030c13c21
Octal41157205113210603017441
Binary100001110111110000101100101110001011000011000001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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