Html Css Color HEX #328DA8 Scooter

📋 copy color: '#328DA8'

red 50 ◦ green 141 ◦ blue 168

#328DA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #328DA8

Tints of Scooter #328DA8

RGB

 RED value IS 50 (19.92% from 255) = 13.93%

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 13.93%
G = 39.28%
B = 46.8%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#328DA8 (or 0x328DA8) is known color: Scooter. HEX triplet: 32, 8D and A8. RGB value is (50,141,168). Sum of RGB (Red+Green+Blue) = 50+141+168=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #328DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA8 is #CD7257. Grayscale: #747474. Windows color (decimal): -13464152 or 11046194. OLE color: 11046194.

HSL color Cylindrical-coordinate representation of color #328DA8: hue angle of 193.73º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328DA8 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 141 168 -
CMYK 0.70 0.16 0 0.34
HSL 193.73º 0.54% 0.43% -
HSV(B) 193.73º 0.7% 0.66% -
XYZ 17.91 22.56 40.46 -
YUV 116.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 50 141 168 0.70 0.16 0 0.34 193.73 0.54 0.43
Hex 32 8D A8 46 10 0 22 C2 36 2B
Octal 62 215 250 106 20 0 42 302 66 53
Binary 110010 10001101 10101000 1000110 10000 0 100010 11000010 110110 101011

Color Harmonies of #328DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DA8

Black with #328DA8

Text Example


Text Example

White with #328DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #328DA8;
 }
 .AnyTagClassName
 {
   color: #328DA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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