Html Css Color HEX #328FA7 Scooter

📋 copy color: '#328FA7'

red 50 ◦ green 143 ◦ blue 167

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

Shades of Scooter #328FA7

Tints of Scooter #328FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.39%

R = 13.89%
G = 39.72%
B = 46.39%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#328FA7 (or 0x328FA7) is known color: Scooter. HEX triplet: 32, 8F and A7. RGB value is (50,143,167). Sum of RGB (Red+Green+Blue) = 50+143+167=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #328FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FA7 is #CD7058. Grayscale: #757575. Windows color (decimal): -13463641 or 10981170. OLE color: 10981170.

HSL color Cylindrical-coordinate representation of color #328FA7: hue angle of 192.31º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328FA7 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 143 167 -
CMYK 0.70 0.14 0 0.35
HSL 192.31º 0.54% 0.43% -
HSV(B) 192.31º 0.7% 0.65% -
XYZ 18.11 23.11 40.07 -
YUV 117.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 50 143 167 0.70 0.14 0 0.35 192.31 0.54 0.43
Hex 32 8F A7 46 E 0 23 C0 36 2B
Octal 62 217 247 106 16 0 43 300 66 53
Binary 110010 10001111 10100111 1000110 1110 0 100011 11000000 110110 101011

Color Harmonies of #328FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FA7

Black with #328FA7

Text Example


Text Example

White with #328FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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