#217492

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

Shades of Allports #217492

Tints of Allports #217492

Color information

#217492 (or 0x217492) is unknown color: approx Allports. HEX triplet: 21, 74 and 92. RGB value is (33,116,146). Sum of RGB (Red+Green+Blue) = 33+116+146=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #217492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217492 is #DE8B6D. Grayscale: #5E5E5E. Windows color (decimal): -14584686 or 9597985. OLE color: 9597985.

HSL color Cylindrical-coordinate representation of color #217492: hue angle of 195.93º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217492 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB33116146-
CMYK0.770.2100.43
HSL195.93º63.13%35.1%-
HSV(B)195.93º77.4%57.25%-
XYZ12.0614.8929.43-
YUV94.615784.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=11.19%
G=39.32%
B=49.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331161460.770.2100.43195.9363.1335.1
Hex2174924D1502Bc43f23
Octal41164222115250533047743
Binary100001111010010010010100110110101010101111000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217492; }

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

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

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

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

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

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

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

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