#21738E

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

Shades of Allports #21738E

Tints of Allports #21738E

Color information

#21738E (or 0x21738E) is unknown color: approx Allports. HEX triplet: 21, 73 and 8E. RGB value is (33,115,142). Sum of RGB (Red+Green+Blue) = 33+115+142=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #21738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21738E is #DE8C71. Grayscale: #5D5D5D. Windows color (decimal): -14584946 or 9335585. OLE color: 9335585.

HSL color Cylindrical-coordinate representation of color #21738E: hue angle of 194.86º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21738E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33115142-
CMYK0.770.1900.44
HSL194.86º62.29%34.31%-
HSV(B)194.86º76.76%55.69%-
XYZ11.6414.5427.78-
YUV93.56155.3384.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=11.38%
G=39.66%
B=48.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331151420.770.1900.44194.8662.2934.31
Hex21738E4D1302Cc33e22
Octal41163216115230543037642
Binary100001111001110001110100110110011010110011000011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21738E; }

 p { color: rgb(33,115,142); }

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

<style>
 a { background-color: #21738E; }

 a { background-color: rgb(33,115,142); }

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

<style>
 span { border-color: #21738E; }

 span { border-color: rgb(33,115,142); }

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