#216978

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

Shades of Allports #216978

Tints of Allports #216978

Color information

#216978 (or 0x216978) is unknown color: approx Allports. HEX triplet: 21, 69 and 78. RGB value is (33,105,120). Sum of RGB (Red+Green+Blue) = 33+105+120=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #216978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216978 is #DE9687. Grayscale: #555555. Windows color (decimal): -14587528 or 7891233. OLE color: 7891233.

HSL color Cylindrical-coordinate representation of color #216978: hue angle of 190.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216978 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33105120-
CMYK0.720.1300.53
HSL190.34º56.86%30%-
HSV(B)190.34º72.5%47.06%-
XYZ9.0711.7819.57-
YUV85.18147.6590.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=12.79%
G=40.70%
B=46.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331051200.720.1300.53190.3456.8630
Hex21697848D035be391e
Octal41151170110150652767136
Binary100001110100111110001001000110101101011011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216978; }

 p { color: rgb(33,105,120); }

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

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

 a { background-color: rgb(33,105,120); }

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

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

 span { border-color: rgb(33,105,120); }

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