#216379

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

Shades of Allports #216379

Tints of Allports #216379

Color information

#216379 (or 0x216379) is unknown color: approx Allports. HEX triplet: 21, 63 and 79. RGB value is (33,99,121). Sum of RGB (Red+Green+Blue) = 33+99+121=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #216379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216379 is #DE9C86. Grayscale: #515151. Windows color (decimal): -14589063 or 7955233. OLE color: 7955233.

HSL color Cylindrical-coordinate representation of color #216379: hue angle of 195º 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 #216379 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3399121-
CMYK0.730.1800.53
HSL195º57.14%30.2%-
HSV(B)195º72.73%47.45%-
XYZ8.5410.6319.69-
YUV81.77150.1393.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=13.04%
G=39.13%
B=47.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33991210.730.1800.5319557.1430.2
Hex2163794912035c3391e
Octal41143171111220653037136
Binary1000011100011111100110010011001001101011100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216379; }

 p { color: rgb(33,99,121); }

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

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

 a { background-color: rgb(33,99,121); }

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

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

 span { border-color: rgb(33,99,121); }

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