#216A74

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

Shades of Allports #216A74

Tints of Allports #216A74

Color information

#216A74 (or 0x216A74) is unknown color: approx Allports. HEX triplet: 21, 6A and 74. RGB value is (33,106,116). Sum of RGB (Red+Green+Blue) = 33+106+116=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #216A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A74 is #DE958B. Grayscale: #555555. Windows color (decimal): -14587276 or 7629345. OLE color: 7629345.

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

Color convert

RGB33106116-
CMYK0.720.0900.55
HSL187.23º55.7%29.22%-
HSV(B)187.23º71.55%45.49%-
XYZ8.9311.8918.35-
YUV85.31145.3290.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=12.94%
G=41.57%
B=45.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331061160.720.0900.55187.2355.729.22
Hex216A74489037bb381d
Octal41152164110110672737035
Binary100001110101011101001001000100101101111011101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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