Html Css Color HEX #328FA3 Scooter

📋 copy color: '#328FA3'

red 50 ◦ green 143 ◦ blue 163

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

Shades of Scooter #328FA3

Tints of Scooter #328FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.79%

R = 14.04%
G = 40.17%
B = 45.79%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#328FA3 (or 0x328FA3) is known color: Scooter. HEX triplet: 32, 8F and A3. RGB value is (50,143,163). Sum of RGB (Red+Green+Blue) = 50+143+163=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #328FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FA3 is #CD705C. Grayscale: #757575. Windows color (decimal): -13463645 or 10719026. OLE color: 10719026.

HSL color Cylindrical-coordinate representation of color #328FA3: hue angle of 190.62º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328FA3 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 143 163 -
CMYK 0.69 0.12 0 0.36
HSL 190.62º 0.53% 0.42% -
HSV(B) 190.62º 0.69% 0.64% -
XYZ 17.75 22.97 38.15 -
YUV 117.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 50 143 163 0.69 0.12 0 0.36 190.62 0.53 0.42
Hex 32 8F A3 45 C 0 24 BF 35 2A
Octal 62 217 243 105 14 0 44 277 65 52
Binary 110010 10001111 10100011 1000101 1100 0 100100 10111111 110101 101010

Color Harmonies of #328FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FA3

Black with #328FA3

Text Example


Text Example

White with #328FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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