#21697B

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

Shades of Allports #21697B

Tints of Allports #21697B

Color information

#21697B (or 0x21697B) is unknown color: approx Allports. HEX triplet: 21, 69 and 7B. RGB value is (33,105,123). Sum of RGB (Red+Green+Blue) = 33+105+123=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #21697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21697B is #DE9684. Grayscale: #555555. Windows color (decimal): -14587525 or 8087841. OLE color: 8087841.

HSL color Cylindrical-coordinate representation of color #21697B: hue angle of 192º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21697B is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33105123-
CMYK0.730.1500.52
HSL192º57.69%30.59%-
HSV(B)192º73.17%48.24%-
XYZ9.2511.8620.54-
YUV85.52149.1590.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=12.64%
G=40.23%
B=47.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331051230.730.1500.5219257.6930.59
Hex21697B49F034c03a1f
Octal41151173111170643007237
Binary100001110100111110111001001111101101001100000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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