#21688E

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

Shades of Allports #21688E

Tints of Allports #21688E

Color information

#21688E (or 0x21688E) is unknown color: approx Allports. HEX triplet: 21, 68 and 8E. RGB value is (33,104,142). Sum of RGB (Red+Green+Blue) = 33+104+142=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #21688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21688E is #DE9771. Grayscale: #565656. Windows color (decimal): -14587762 or 9332769. OLE color: 9332769.

HSL color Cylindrical-coordinate representation of color #21688E: hue angle of 200.92º 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 #21688E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33104142-
CMYK0.770.2700.44
HSL200.92º62.29%34.31%-
HSV(B)200.92º76.76%55.69%-
XYZ10.4612.1827.39-
YUV87.1158.9889.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=11.83%
G=37.28%
B=50.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331041420.770.2700.44200.9262.2934.31
Hex21688E4D1B02Cc93e22
Octal41150216115330543117642
Binary100001110100010001110100110111011010110011001001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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