#216372

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

Shades of Allports #216372

Tints of Allports #216372

Color information

#216372 (or 0x216372) is unknown color: approx Allports. HEX triplet: 21, 63 and 72. RGB value is (33,99,114). Sum of RGB (Red+Green+Blue) = 33+99+114=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #216372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216372 is #DE9C8D. Grayscale: #505050. Windows color (decimal): -14589070 or 7496481. OLE color: 7496481.

HSL color Cylindrical-coordinate representation of color #216372: hue angle of 191.11º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216372 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3399114-
CMYK0.710.1300.55
HSL191.11º55.1%28.82%-
HSV(B)191.11º71.05%44.71%-
XYZ8.1310.4617.51-
YUV80.98146.6393.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=13.41%
G=40.24%
B=46.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33991140.710.1300.55191.1155.128.82
Hex21637247D037bf371d
Octal41143162107150672776735
Binary100001110001111100101000111110101101111011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216372; }

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

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

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

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

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

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

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

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