#328397

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

Shades of Scooter #328397

Tints of Scooter #328397

Color information

#328397 (or 0x328397) is unknown color: approx Scooter. HEX triplet: 32, 83 and 97. RGB value is (50,131,151). Sum of RGB (Red+Green+Blue) = 50+131+151=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #328397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328397 is #CD7C68. Grayscale: #6C6C6C. Windows color (decimal): -13466729 or 9929522. OLE color: 9929522.

HSL color Cylindrical-coordinate representation of color #328397: hue angle of 191.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328397 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50131151-
CMYK0.670.1300.41
HSL191.88º50.25%39.41%-
HSV(B)191.88º66.89%59.22%-
XYZ15.0219.1532.18-
YUV109.06151.6685.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=15.06%
G=39.46%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501311510.670.1300.41191.8850.2539.41
Hex32839743D029c03227
Octal62203227103150513006247
Binary110010100000111001011110000111101010100111000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328397; }

 p { color: rgb(50,131,151); }

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

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

 a { background-color: rgb(50,131,151); }

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

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

 span { border-color: rgb(50,131,151); }

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