#217184

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

Shades of Allports #217184

Tints of Allports #217184

Color information

#217184 (or 0x217184) is unknown color: approx Allports. HEX triplet: 21, 71 and 84. RGB value is (33,113,132). Sum of RGB (Red+Green+Blue) = 33+113+132=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #217184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217184 is #DE8E7B. Grayscale: #5B5B5B. Windows color (decimal): -14585468 or 8679713. OLE color: 8679713.

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

Color convert

RGB33113132-
CMYK0.750.1400.48
HSL191.52º60%32.35%-
HSV(B)191.52º75%51.76%-
XYZ10.713.823.93-
YUV91.2515186.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=11.87%
G=40.65%
B=47.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331131320.750.1400.48191.526032.35
Hex2171844BE030c03c20
Octal41161204113160603007440
Binary10000111100011000010010010111110011000011000000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217184; }

 p { color: rgb(33,113,132); }

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

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

 a { background-color: rgb(33,113,132); }

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

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

 span { border-color: rgb(33,113,132); }

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