Html Css Color HEX #328C95 Scooter

📋 copy color: '#328C95'

red 50 ◦ green 140 ◦ blue 149

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

Shades of Scooter #328C95

Tints of Scooter #328C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 14.75%
G = 41.3%
B = 43.95%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328C95 (or 0x328C95) is known color: Scooter. HEX triplet: 32, 8C and 95. RGB value is (50,140,149). Sum of RGB (Red+Green+Blue) = 50+140+149=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #328C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C95 is #CD736A. Grayscale: #717171. Windows color (decimal): -13464427 or 9800754. OLE color: 9800754.

HSL color Cylindrical-coordinate representation of color #328C95: hue angle of 185.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328C95 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 140 149 -
CMYK 0.66 0.06 0 0.42
HSL 185.45º 0.5% 0.39% -
HSV(B) 185.45º 0.66% 0.58% -
XYZ 16.12 21.6 31.75 -
YUV 114.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 50 140 149 0.66 0.06 0 0.42 185.45 0.5 0.39
Hex 32 8C 95 42 6 0 2A B9 32 27
Octal 62 214 225 102 6 0 52 271 62 47
Binary 110010 10001100 10010101 1000010 110 0 101010 10111001 110010 100111

Color Harmonies of #328C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C95

Black with #328C95

Text Example


Text Example

White with #328C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,149); }

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

background-color css

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

 a { background-color: rgb(50,140,149); }

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

border-color css

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

 span { border-color: rgb(50,140,149); }

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