#216A75

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

Shades of Allports #216A75

Tints of Allports #216A75

Color information

#216A75 (or 0x216A75) is unknown color: approx Allports. HEX triplet: 21, 6A and 75. RGB value is (33,106,117). Sum of RGB (Red+Green+Blue) = 33+106+117=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #216A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A75 is #DE958A. Grayscale: #555555. Windows color (decimal): -14587275 or 7694881. OLE color: 7694881.

HSL color Cylindrical-coordinate representation of color #216A75: hue angle of 187.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216A75 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33106117-
CMYK0.720.0900.54
HSL187.86º56%29.41%-
HSV(B)187.86º71.79%45.88%-
XYZ8.9911.9218.66-
YUV85.43145.8290.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=12.89%
G=41.41%
B=45.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331061170.720.0900.54187.865629.41
Hex216A75489036bc381d
Octal41152165110110662747035
Binary100001110101011101011001000100101101101011110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,106,117); }

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

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

 a { background-color: rgb(33,106,117); }

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

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

 span { border-color: rgb(33,106,117); }

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