#217382

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

Shades of Allports #217382

Tints of Allports #217382

Color information

#217382 (or 0x217382) is unknown color: approx Allports. HEX triplet: 21, 73 and 82. RGB value is (33,115,130). Sum of RGB (Red+Green+Blue) = 33+115+130=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #217382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217382 is #DE8C7D. Grayscale: #5C5C5C. Windows color (decimal): -14584958 or 8549153. OLE color: 8549153.

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

Color convert

RGB33115130-
CMYK0.750.1200.49
HSL189.28º59.51%31.96%-
HSV(B)189.28º74.62%50.98%-
XYZ10.7914.223.29-
YUV92.19149.3385.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=11.87%
G=41.37%
B=46.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331151300.750.1200.49189.2859.5131.96
Hex2173824BC031bd3c20
Octal41163202113140612757440
Binary10000111100111000001010010111100011000110111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217382; }

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

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

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

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

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

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

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

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