Html Css Color HEX #328BA1 Scooter

📋 copy color: '#328BA1'

red 50 ◦ green 139 ◦ blue 161

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

Shades of Scooter #328BA1

Tints of Scooter #328BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 161 (63.28% from 255) = 46%

R = 14.29%
G = 39.71%
B = 46%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#328BA1 (or 0x328BA1) is known color: Scooter. HEX triplet: 32, 8B and A1. RGB value is (50,139,161). Sum of RGB (Red+Green+Blue) = 50+139+161=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 161 - color contains mainly: blue. Hex color #328BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BA1 is #CD745E. Grayscale: #727272. Windows color (decimal): -13464671 or 10586930. OLE color: 10586930.

HSL color Cylindrical-coordinate representation of color #328BA1: hue angle of 191.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328BA1 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 139 161 -
CMYK 0.69 0.14 0 0.37
HSL 191.89º 0.53% 0.41% -
HSV(B) 191.89º 0.69% 0.63% -
XYZ 16.98 21.72 37.01 -
YUV 114.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 50 139 161 0.69 0.14 0 0.37 191.89 0.53 0.41
Hex 32 8B A1 45 E 0 25 C0 35 29
Octal 62 213 241 105 16 0 45 300 65 51
Binary 110010 10001011 10100001 1000101 1110 0 100101 11000000 110101 101001

Color Harmonies of #328BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BA1

Black with #328BA1

Text Example


Text Example

White with #328BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,161); }

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

background-color css

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

 a { background-color: rgb(50,139,161); }

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

border-color css

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

 span { border-color: rgb(50,139,161); }

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