#21728E

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

Shades of Allports #21728E

Tints of Allports #21728E

Color information

#21728E (or 0x21728E) is unknown color: approx Allports. HEX triplet: 21, 72 and 8E. RGB value is (33,114,142). Sum of RGB (Red+Green+Blue) = 33+114+142=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #21728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21728E is #DE8D71. Grayscale: #5C5C5C. Windows color (decimal): -14585202 or 9335329. OLE color: 9335329.

HSL color Cylindrical-coordinate representation of color #21728E: hue angle of 195.41º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21728E is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33114142-
CMYK0.770.2000.44
HSL195.41º62.29%34.31%-
HSV(B)195.41º76.76%55.69%-
XYZ11.5314.3127.75-
YUV92.97155.6685.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=11.42%
G=39.45%
B=49.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331141420.770.2000.44195.4162.2934.31
Hex21728E4D1402Cc33e22
Octal41162216115240543037642
Binary100001111001010001110100110110100010110011000011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21728E; }

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

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

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

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

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

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

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

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