#21676F

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

Shades of Allports #21676F

Tints of Allports #21676F

Color information

#21676F (or 0x21676F) is unknown color: approx Allports. HEX triplet: 21, 67 and 6F. RGB value is (33,103,111). Sum of RGB (Red+Green+Blue) = 33+103+111=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #21676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21676F is #DE9890. Grayscale: #525252. Windows color (decimal): -14588049 or 7300897. OLE color: 7300897.

HSL color Cylindrical-coordinate representation of color #21676F: hue angle of 186.15º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21676F is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB33103111-
CMYK0.700.0700.56
HSL186.15º54.17%28.24%-
HSV(B)186.15º70.27%43.53%-
XYZ8.3511.1716.76-
YUV82.98143.8192.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=13.36%
G=41.70%
B=44.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331031110.700.0700.56186.1554.1728.24
Hex21676F467038ba361c
Octal4114715710670702726634
Binary10000111001111101111100011011101110001011101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,103,111); }

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

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

 a { background-color: rgb(33,103,111); }

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

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

 span { border-color: rgb(33,103,111); }

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