#21768B

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

Shades of Allports #21768B

Tints of Allports #21768B

Color information

#21768B (or 0x21768B) is unknown color: approx Allports. HEX triplet: 21, 76 and 8B. RGB value is (33,118,139). Sum of RGB (Red+Green+Blue) = 33+118+139=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #21768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21768B is #DE8974. Grayscale: #5E5E5E. Windows color (decimal): -14584181 or 9139745. OLE color: 9139745.

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

Color convert

RGB33118139-
CMYK0.760.1500.45
HSL191.89º61.63%33.73%-
HSV(B)191.89º76.26%54.51%-
XYZ11.7715.1426.73-
YUV94.98152.8483.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=11.38%
G=40.69%
B=47.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331181390.760.1500.45191.8961.6333.73
Hex21768B4CF02Dc03e22
Octal41166213114170553007642
Binary10000111101101000101110011001111010110111000000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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