Html Css Color HEX #328DA5 Scooter

📋 copy color: '#328DA5'

red 50 ◦ green 141 ◦ blue 165

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

Shades of Scooter #328DA5

Tints of Scooter #328DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 14.04%
G = 39.61%
B = 46.35%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#328DA5 (or 0x328DA5) is known color: Scooter. HEX triplet: 32, 8D and A5. RGB value is (50,141,165). Sum of RGB (Red+Green+Blue) = 50+141+165=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #328DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA5 is #CD725A. Grayscale: #747474. Windows color (decimal): -13464155 or 10849586. OLE color: 10849586.

HSL color Cylindrical-coordinate representation of color #328DA5: hue angle of 192.52º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328DA5 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 141 165 -
CMYK 0.70 0.15 0 0.35
HSL 192.52º 0.53% 0.42% -
HSV(B) 192.52º 0.7% 0.65% -
XYZ 17.63 22.44 39 -
YUV 116.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 50 141 165 0.70 0.15 0 0.35 192.52 0.53 0.42
Hex 32 8D A5 46 F 0 23 C1 35 2A
Octal 62 215 245 106 17 0 43 301 65 52
Binary 110010 10001101 10100101 1000110 1111 0 100011 11000001 110101 101010

Color Harmonies of #328DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DA5

Black with #328DA5

Text Example


Text Example

White with #328DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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