#217993

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

Shades of Allports #217993

Tints of Allports #217993

Color information

#217993 (or 0x217993) is unknown color: approx Allports. HEX triplet: 21, 79 and 93. RGB value is (33,121,147). Sum of RGB (Red+Green+Blue) = 33+121+147=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #217993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217993 is #DE866C. Grayscale: #616161. Windows color (decimal): -14583405 or 9664801. OLE color: 9664801.

HSL color Cylindrical-coordinate representation of color #217993: hue angle of 193.68º 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 #217993 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33121147-
CMYK0.780.1800.42
HSL193.68º63.33%35.29%-
HSV(B)193.68º77.55%57.65%-
XYZ12.7316.130.04-
YUV97.65155.8581.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=10.96%
G=40.20%
B=48.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331211470.780.1800.42193.6863.3335.29
Hex2179934E1202Ac23f23
Octal41171223116220523027743
Binary100001111100110010011100111010010010101011000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217993; }

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

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

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

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

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

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

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

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