#217682

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

Shades of Allports #217682

Tints of Allports #217682

Color information

#217682 (or 0x217682) is unknown color: approx Allports. HEX triplet: 21, 76 and 82. RGB value is (33,118,130). Sum of RGB (Red+Green+Blue) = 33+118+130=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #217682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217682 is #DE897D. Grayscale: #5D5D5D. Windows color (decimal): -14584190 or 8549921. OLE color: 8549921.

HSL color Cylindrical-coordinate representation of color #217682: hue angle of 187.42º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217682 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33118130-
CMYK0.750.0900.49
HSL187.42º59.51%31.96%-
HSV(B)187.42º74.62%50.98%-
XYZ11.1314.8923.41-
YUV93.95148.3484.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=11.74%
G=41.99%
B=46.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331181300.750.0900.49187.4259.5131.96
Hex2176824B9031bb3c20
Octal41166202113110612737440
Binary10000111101101000001010010111001011000110111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217682; }

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

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

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

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

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

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

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

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