#328694

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

Shades of Scooter #328694

Tints of Scooter #328694

Color information

#328694 (or 0x328694) is unknown color: approx Scooter. HEX triplet: 32, 86 and 94. RGB value is (50,134,148). Sum of RGB (Red+Green+Blue) = 50+134+148=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #328694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328694 is #CD796B. Grayscale: #6E6E6E. Windows color (decimal): -13465964 or 9733682. OLE color: 9733682.

HSL color Cylindrical-coordinate representation of color #328694: hue angle of 188.57º degrees, saturation: 0.49, 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 #328694 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50134148-
CMYK0.660.0900.42
HSL188.57º49.49%38.82%-
HSV(B)188.57º66.22%58.04%-
XYZ15.1919.8731.05-
YUV110.48149.1784.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=15.06%
G=40.36%
B=44.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501341480.660.0900.42188.5749.4938.82
Hex32869442902Abd3127
Octal62206224102110522756147
Binary110010100001101001010010000101001010101010111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328694; }

 p { color: rgb(50,134,148); }

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

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

 a { background-color: rgb(50,134,148); }

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

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

 span { border-color: rgb(50,134,148); }

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