Html Css Color HEX #328BAC Scooter

📋 copy color: '#328BAC'

red 50 ◦ green 139 ◦ blue 172

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

Shades of Scooter #328BAC

Tints of Scooter #328BAC

RGB

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

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

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

R = 13.85%
G = 38.5%
B = 47.65%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328BAC (or 0x328BAC) is known color: Scooter. HEX triplet: 32, 8B and AC. RGB value is (50,139,172). Sum of RGB (Red+Green+Blue) = 50+139+172=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #328BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAC is #CD7453. Grayscale: #737373. Windows color (decimal): -13464660 or 11307826. OLE color: 11307826.

HSL color Cylindrical-coordinate representation of color #328BAC: hue angle of 196.23º 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 #328BAC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 139 172 -
CMYK 0.71 0.19 0 0.33
HSL 196.23º 0.55% 0.44% -
HSV(B) 196.23º 0.71% 0.67% -
XYZ 17.99 22.12 42.35 -
YUV 116.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 50 139 172 0.71 0.19 0 0.33 196.23 0.55 0.44
Hex 32 8B AC 47 13 0 21 C4 37 2C
Octal 62 213 254 107 23 0 41 304 67 54
Binary 110010 10001011 10101100 1000111 10011 0 100001 11000100 110111 101100

Color Harmonies of #328BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BAC

Black with #328BAC

Text Example


Text Example

White with #328BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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