#328190

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

Shades of Scooter #328190

Tints of Scooter #328190

Color information

#328190 (or 0x328190) is unknown color: approx Scooter. HEX triplet: 32, 81 and 90. RGB value is (50,129,144). Sum of RGB (Red+Green+Blue) = 50+129+144=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #328190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328190 is #CD7E6F. Grayscale: #6A6A6A. Windows color (decimal): -13467248 or 9470258. OLE color: 9470258.

HSL color Cylindrical-coordinate representation of color #328190: hue angle of 189.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328190 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50129144-
CMYK0.650.1000.44
HSL189.57º48.45%38.04%-
HSV(B)189.57º65.28%56.47%-
XYZ14.218.3929.19-
YUV107.09148.8387.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=15.48%
G=39.94%
B=44.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501291440.650.1000.44189.5748.4538.04
Hex32819041A02Cbe3026
Octal62201220101120542766046
Binary110010100000011001000010000011010010110010111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328190; }

 p { color: rgb(50,129,144); }

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

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

 a { background-color: rgb(50,129,144); }

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

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

 span { border-color: rgb(50,129,144); }

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