#21687F

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

Shades of Allports #21687F

Tints of Allports #21687F

Color information

#21687F (or 0x21687F) is unknown color: approx Allports. HEX triplet: 21, 68 and 7F. RGB value is (33,104,127). Sum of RGB (Red+Green+Blue) = 33+104+127=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #21687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21687F is #DE9780. Grayscale: #555555. Windows color (decimal): -14587777 or 8349729. OLE color: 8349729.

HSL color Cylindrical-coordinate representation of color #21687F: hue angle of 194.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21687F is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33104127-
CMYK0.740.1800.50
HSL194.68º58.75%31.37%-
HSV(B)194.68º74.02%49.8%-
XYZ9.4111.7621.85-
YUV85.39151.4890.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 127 (50% from 255) = 48.11%
R=12.5%
G=39.39%
B=48.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331041270.740.1800.50194.6858.7531.37
Hex21687F4A12032c33b1f
Octal41150177112220623037337
Binary1000011101000111111110010101001001100101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21687F; }

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

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

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

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

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

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

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

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