#328DAD

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

Shades of Scooter #328DAD

Tints of Scooter #328DAD

Color information

#328DAD (or 0x328DAD) is unknown color: approx Scooter. HEX triplet: 32, 8D and AD. RGB value is (50,141,173). Sum of RGB (Red+Green+Blue) = 50+141+173=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #328DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DAD is #CD7252. Grayscale: #757575. Windows color (decimal): -13464147 or 11373874. OLE color: 11373874.

HSL color Cylindrical-coordinate representation of color #328DAD: hue angle of 195.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328DAD is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50141173-
CMYK0.710.1800.32
HSL195.61º55.16%43.73%-
HSV(B)195.61º71.1%67.84%-
XYZ18.3822.7442.96-
YUV117.44159.3579.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=13.74%
G=38.74%
B=47.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501411730.710.1800.32195.6155.1643.73
Hex328DAD4712020c4372c
Octal62215255107220403046754
Binary1100101000110110101101100011110010010000011000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328DAD; }

 p { color: rgb(50,141,173); }

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

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

 a { background-color: rgb(50,141,173); }

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

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

 span { border-color: rgb(50,141,173); }

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