#216378

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

Shades of Allports #216378

Tints of Allports #216378

Color information

#216378 (or 0x216378) is unknown color: approx Allports. HEX triplet: 21, 63 and 78. RGB value is (33,99,120). Sum of RGB (Red+Green+Blue) = 33+99+120=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #216378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216378 is #DE9C87. Grayscale: #515151. Windows color (decimal): -14589064 or 7889697. OLE color: 7889697.

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

Color convert

RGB3399120-
CMYK0.720.1700.53
HSL194.48º56.86%30%-
HSV(B)194.48º72.5%47.06%-
XYZ8.4810.619.37-
YUV81.66149.6393.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=13.10%
G=39.29%
B=47.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33991200.720.1700.53194.4856.8630
Hex2163784811035c2391e
Octal41143170110210653027136
Binary1000011100011111100010010001000101101011100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216378; }

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

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

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

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

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

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

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

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