#21698B

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

Shades of Allports #21698B

Tints of Allports #21698B

Color information

#21698B (or 0x21698B) is unknown color: approx Allports. HEX triplet: 21, 69 and 8B. RGB value is (33,105,139). Sum of RGB (Red+Green+Blue) = 33+105+139=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #21698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21698B is #DE9674. Grayscale: #575757. Windows color (decimal): -14587509 or 9136417. OLE color: 9136417.

HSL color Cylindrical-coordinate representation of color #21698B: hue angle of 199.25º 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 #21698B is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33105139-
CMYK0.760.2400.45
HSL199.25º61.63%33.73%-
HSV(B)199.25º76.26%54.51%-
XYZ10.3412.2926.25-
YUV87.35157.1589.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=11.91%
G=37.91%
B=50.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331051390.760.2400.45199.2561.6333.73
Hex21698B4C1802Dc73e22
Octal41151213114300553077642
Binary100001110100110001011100110011000010110111000111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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