Html Css Color HEX #328EA3 Scooter

📋 copy color: '#328EA3'

red 50 ◦ green 142 ◦ blue 163

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

Shades of Scooter #328EA3

Tints of Scooter #328EA3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 14.08%
G = 40%
B = 45.92%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#328EA3 (or 0x328EA3) is known color: Scooter. HEX triplet: 32, 8E and A3. RGB value is (50,142,163). Sum of RGB (Red+Green+Blue) = 50+142+163=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #328EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EA3 is #CD715C. Grayscale: #747474. Windows color (decimal): -13463901 or 10718770. OLE color: 10718770.

HSL color Cylindrical-coordinate representation of color #328EA3: hue angle of 191.15º 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 #328EA3 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 142 163 -
CMYK 0.69 0.13 0 0.36
HSL 191.15º 0.53% 0.42% -
HSV(B) 191.15º 0.69% 0.64% -
XYZ 17.6 22.67 38.1 -
YUV 116.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 50 142 163 0.69 0.13 0 0.36 191.15 0.53 0.42
Hex 32 8E A3 45 D 0 24 BF 35 2A
Octal 62 216 243 105 15 0 44 277 65 52
Binary 110010 10001110 10100011 1000101 1101 0 100100 10111111 110101 101010

Color Harmonies of #328EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EA3

Black with #328EA3

Text Example


Text Example

White with #328EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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