#21718B

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

Shades of Allports #21718B

Tints of Allports #21718B

Color information

#21718B (or 0x21718B) is unknown color: approx Allports. HEX triplet: 21, 71 and 8B. RGB value is (33,113,139). Sum of RGB (Red+Green+Blue) = 33+113+139=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #21718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21718B is #DE8E74. Grayscale: #5B5B5B. Windows color (decimal): -14585461 or 9138465. OLE color: 9138465.

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

Color convert

RGB33113139-
CMYK0.760.1900.45
HSL194.72º61.63%33.73%-
HSV(B)194.72º76.26%54.51%-
XYZ11.191426.54-
YUV92.04154.585.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=11.58%
G=39.65%
B=48.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331131390.760.1900.45194.7261.6333.73
Hex21718B4C1302Dc33e22
Octal41161213114230553037642
Binary100001111000110001011100110010011010110111000011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21718B; }

 p { color: rgb(33,113,139); }

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

<style>
 a { background-color: #21718B; }

 a { background-color: rgb(33,113,139); }

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

<style>
 span { border-color: #21718B; }

 span { border-color: rgb(33,113,139); }

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