#217482

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

Shades of Allports #217482

Tints of Allports #217482

Color information

#217482 (or 0x217482) is unknown color: approx Allports. HEX triplet: 21, 74 and 82. RGB value is (33,116,130). Sum of RGB (Red+Green+Blue) = 33+116+130=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #217482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217482 is #DE8B7D. Grayscale: #5C5C5C. Windows color (decimal): -14584702 or 8549409. OLE color: 8549409.

HSL color Cylindrical-coordinate representation of color #217482: hue angle of 188.66º 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 #217482 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33116130-
CMYK0.750.1100.49
HSL188.66º59.51%31.96%-
HSV(B)188.66º74.62%50.98%-
XYZ10.914.4323.33-
YUV92.7814985.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=11.83%
G=41.58%
B=46.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331161300.750.1100.49188.6659.5131.96
Hex2174824BB031bd3c20
Octal41164202113130612757440
Binary10000111101001000001010010111011011000110111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217482; }

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

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

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

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

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

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

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

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