#328591

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

Shades of Scooter #328591

Tints of Scooter #328591

Color information

#328591 (or 0x328591) is unknown color: approx Scooter. HEX triplet: 32, 85 and 91. RGB value is (50,133,145). Sum of RGB (Red+Green+Blue) = 50+133+145=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #328591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328591 is #CD7A6E. Grayscale: #6D6D6D. Windows color (decimal): -13466223 or 9536818. OLE color: 9536818.

HSL color Cylindrical-coordinate representation of color #328591: hue angle of 187.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328591 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50133145-
CMYK0.660.0800.43
HSL187.58º48.72%38.24%-
HSV(B)187.58º65.52%56.86%-
XYZ14.8119.529.77-
YUV109.5514885.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=15.24%
G=40.55%
B=44.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501331450.660.0800.43187.5848.7238.24
Hex32859142802Bbc3126
Octal62205221102100532746146
Binary110010100001011001000110000101000010101110111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328591; }

 p { color: rgb(50,133,145); }

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

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

 a { background-color: rgb(50,133,145); }

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

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

 span { border-color: rgb(50,133,145); }

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