#21678D

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

Shades of Allports #21678D

Tints of Allports #21678D

Color information

#21678D (or 0x21678D) is unknown color: approx Allports. HEX triplet: 21, 67 and 8D. RGB value is (33,103,141). Sum of RGB (Red+Green+Blue) = 33+103+141=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #21678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21678D is #DE9872. Grayscale: #565656. Windows color (decimal): -14588019 or 9266977. OLE color: 9266977.

HSL color Cylindrical-coordinate representation of color #21678D: hue angle of 201.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21678D is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33103141-
CMYK0.770.2700.45
HSL201.11º62.07%34.12%-
HSV(B)201.11º76.6%55.29%-
XYZ10.2911.9526.96-
YUV86.4158.8189.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=11.91%
G=37.18%
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.45
SystemRedGreenBlueCMYKHSL
Decimal331031410.770.2700.45201.1162.0734.12
Hex21678D4D1B02Dc93e22
Octal41147215115330553117642
Binary100001110011110001101100110111011010110111001001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21678D; }

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

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

<style>
 a { background-color: #21678D; }

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

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

<style>
 span { border-color: #21678D; }

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

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