#21788B

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

Shades of Allports #21788B

Tints of Allports #21788B

Color information

#21788B (or 0x21788B) is unknown color: approx Allports. HEX triplet: 21, 78 and 8B. RGB value is (33,120,139). Sum of RGB (Red+Green+Blue) = 33+120+139=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #21788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21788B is #DE8774. Grayscale: #5F5F5F. Windows color (decimal): -14583669 or 9140257. OLE color: 9140257.

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

Color convert

RGB33120139-
CMYK0.760.1400.45
HSL190.75º61.63%33.73%-
HSV(B)190.75º76.26%54.51%-
XYZ1215.6226.81-
YUV96.15152.1882.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=11.30%
G=41.10%
B=47.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331201390.760.1400.45190.7561.6333.73
Hex21788B4CE02Dbf3e22
Octal41170213114160552777642
Binary10000111110001000101110011001110010110110111111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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