Html Css Color HEX #328FAB Scooter

📋 copy color: '#328FAB'

red 50 ◦ green 143 ◦ blue 171

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

Shades of Scooter #328FAB

Tints of Scooter #328FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 13.74%
G = 39.29%
B = 46.98%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328FAB (or 0x328FAB) is known color: Scooter. HEX triplet: 32, 8F and AB. RGB value is (50,143,171). Sum of RGB (Red+Green+Blue) = 50+143+171=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #328FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FAB is #CD7054. Grayscale: #767676. Windows color (decimal): -13463637 or 11243314. OLE color: 11243314.

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

Color convert

RGB 50 143 171 -
CMYK 0.71 0.16 0 0.33
HSL 193.88º 0.55% 0.43% -
HSV(B) 193.88º 0.71% 0.67% -
XYZ 18.49 23.26 42.04 -
YUV 118.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 50 143 171 0.71 0.16 0 0.33 193.88 0.55 0.43
Hex 32 8F AB 47 10 0 21 C2 37 2B
Octal 62 217 253 107 20 0 41 302 67 53
Binary 110010 10001111 10101011 1000111 10000 0 100001 11000010 110111 101011

Color Harmonies of #328FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FAB

Black with #328FAB

Text Example


Text Example

White with #328FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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