Html Css Color HEX #328FAD Scooter

📋 copy color: '#328FAD'

red 50 ◦ green 143 ◦ blue 173

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

Shades of Scooter #328FAD

Tints of Scooter #328FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 13.66%
G = 39.07%
B = 47.27%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#328FAD (or 0x328FAD) is known color: Scooter. HEX triplet: 32, 8F and AD. RGB value is (50,143,173). Sum of RGB (Red+Green+Blue) = 50+143+173=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #328FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FAD is #CD7052. Grayscale: #767676. Windows color (decimal): -13463635 or 11374386. OLE color: 11374386.

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

Color convert

RGB 50 143 173 -
CMYK 0.71 0.17 0 0.32
HSL 194.63º 0.55% 0.44% -
HSV(B) 194.63º 0.71% 0.68% -
XYZ 18.68 23.34 43.06 -
YUV 118.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 50 143 173 0.71 0.17 0 0.32 194.63 0.55 0.44
Hex 32 8F AD 47 11 0 20 C3 37 2C
Octal 62 217 255 107 21 0 40 303 67 54
Binary 110010 10001111 10101101 1000111 10001 0 100000 11000011 110111 101100

Color Harmonies of #328FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FAD

Black with #328FAD

Text Example


Text Example

White with #328FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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