#216376

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

Shades of Allports #216376

Tints of Allports #216376

Color information

#216376 (or 0x216376) is unknown color: approx Allports. HEX triplet: 21, 63 and 76. RGB value is (33,99,118). Sum of RGB (Red+Green+Blue) = 33+99+118=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #216376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216376 is #DE9C89. Grayscale: #515151. Windows color (decimal): -14589066 or 7758625. OLE color: 7758625.

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

Color convert

RGB3399118-
CMYK0.720.1600.54
HSL193.41º56.29%29.61%-
HSV(B)193.41º72.03%46.27%-
XYZ8.3610.5618.74-
YUV81.43148.6393.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=13.2%
G=39.6%
B=47.2%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33991180.720.1600.54193.4156.2929.61
Hex2163764810036c1381e
Octal41143166110200663017036
Binary1000011100011111011010010001000001101101100000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216376; }

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

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

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

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

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

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

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

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