#216C7A

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

Shades of Allports #216C7A

Tints of Allports #216C7A

Color information

#216C7A (or 0x216C7A) is unknown color: approx Allports. HEX triplet: 21, 6C and 7A. RGB value is (33,108,122). Sum of RGB (Red+Green+Blue) = 33+108+122=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #216C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C7A is #DE9385. Grayscale: #575757. Windows color (decimal): -14586758 or 8023073. OLE color: 8023073.

HSL color Cylindrical-coordinate representation of color #216C7A: hue angle of 189.44º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216C7A is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33108122-
CMYK0.730.1100.52
HSL189.44º57.42%30.39%-
HSV(B)189.44º72.95%47.84%-
XYZ9.512.4520.32-
YUV87.17147.6589.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=12.55%
G=41.06%
B=46.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331081220.730.1100.52189.4457.4230.39
Hex216C7A49B034bd391e
Octal41154172111130642757136
Binary100001110110011110101001001101101101001011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,122); }

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

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

 a { background-color: rgb(33,108,122); }

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

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

 span { border-color: rgb(33,108,122); }

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