#21676E

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

Shades of Allports #21676E

Tints of Allports #21676E

Color information

#21676E (or 0x21676E) is unknown color: approx Allports. HEX triplet: 21, 67 and 6E. RGB value is (33,103,110). Sum of RGB (Red+Green+Blue) = 33+103+110=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #21676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21676E is #DE9891. Grayscale: #525252. Windows color (decimal): -14588050 or 7235361. OLE color: 7235361.

HSL color Cylindrical-coordinate representation of color #21676E: hue angle of 185.45º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21676E is Cyan = 0.7, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB33103110-
CMYK0.70.0600.57
HSL185.45º53.85%28.04%-
HSV(B)185.45º70%43.14%-
XYZ8.2911.1516.47-
YUV82.87143.3192.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=13.41%
G=41.87%
B=44.72%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331031100.70.0600.57185.4553.8528.04
Hex21676E466039b9361c
Octal4114715610660712716634
Binary10000111001111101110100011011001110011011100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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