#217593

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

Shades of Allports #217593

Tints of Allports #217593

Color information

#217593 (or 0x217593) is unknown color: approx Allports. HEX triplet: 21, 75 and 93. RGB value is (33,117,147). Sum of RGB (Red+Green+Blue) = 33+117+147=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #217593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217593 is #DE8A6C. Grayscale: #5F5F5F. Windows color (decimal): -14584429 or 9663777. OLE color: 9663777.

HSL color Cylindrical-coordinate representation of color #217593: hue angle of 195.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217593 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33117147-
CMYK0.780.2000.42
HSL195.79º63.33%35.29%-
HSV(B)195.79º77.55%57.65%-
XYZ12.2515.1529.88-
YUV95.3157.1783.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=11.11%
G=39.39%
B=49.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331171470.780.2000.42195.7963.3335.29
Hex2175934E1402Ac43f23
Octal41165223116240523047743
Binary100001111010110010011100111010100010101011000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217593; }

 p { color: rgb(33,117,147); }

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

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

 a { background-color: rgb(33,117,147); }

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

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

 span { border-color: rgb(33,117,147); }

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