Html Css Color HEX #328FAC Scooter

📋 copy color: '#328FAC'

red 50 ◦ green 143 ◦ blue 172

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

Shades of Scooter #328FAC

Tints of Scooter #328FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 13.7%
G = 39.18%
B = 47.12%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328FAC (or 0x328FAC) is known color: Scooter. HEX triplet: 32, 8F and AC. RGB value is (50,143,172). Sum of RGB (Red+Green+Blue) = 50+143+172=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #328FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FAC is #CD7053. Grayscale: #767676. Windows color (decimal): -13463636 or 11308850. OLE color: 11308850.

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

Color convert

RGB 50 143 172 -
CMYK 0.71 0.17 0 0.33
HSL 194.26º 0.55% 0.44% -
HSV(B) 194.26º 0.71% 0.67% -
XYZ 18.58 23.3 42.55 -
YUV 118.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 50 143 172 0.71 0.17 0 0.33 194.26 0.55 0.44
Hex 32 8F AC 47 11 0 21 C2 37 2C
Octal 62 217 254 107 21 0 41 302 67 54
Binary 110010 10001111 10101100 1000111 10001 0 100001 11000010 110111 101100

Color Harmonies of #328FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FAC

Black with #328FAC

Text Example


Text Example

White with #328FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,172); }

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

background-color css

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

 a { background-color: rgb(50,143,172); }

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

border-color css

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

 span { border-color: rgb(50,143,172); }

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