#328495

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

Shades of Scooter #328495

Tints of Scooter #328495

Color information

#328495 (or 0x328495) is unknown color: approx Scooter. HEX triplet: 32, 84 and 95. RGB value is (50,132,149). Sum of RGB (Red+Green+Blue) = 50+132+149=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #328495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328495 is #CD7B6A. Grayscale: #6D6D6D. Windows color (decimal): -13466475 or 9798706. OLE color: 9798706.

HSL color Cylindrical-coordinate representation of color #328495: hue angle of 190.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328495 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50132149-
CMYK0.660.1100.42
HSL190.3º49.75%39.02%-
HSV(B)190.3º66.44%58.43%-
XYZ14.9919.3531.38-
YUV109.42150.3385.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=15.11%
G=39.88%
B=45.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501321490.660.1100.42190.349.7539.02
Hex32849542B02Abe3227
Octal62204225102130522766247
Binary110010100001001001010110000101011010101010111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328495; }

 p { color: rgb(50,132,149); }

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

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

 a { background-color: rgb(50,132,149); }

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

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

 span { border-color: rgb(50,132,149); }

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