Html Css Color HEX #328396 Scooter

📋 copy color: '#328396'

red 50 ◦ green 131 ◦ blue 150

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

Shades of Scooter #328396

Tints of Scooter #328396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 15.11%
G = 39.58%
B = 45.32%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328396 (or 0x328396) is known color: Scooter. HEX triplet: 32, 83 and 96. RGB value is (50,131,150). Sum of RGB (Red+Green+Blue) = 50+131+150=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #328396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328396 is #CD7C69. Grayscale: #6C6C6C. Windows color (decimal): -13466730 or 9863986. OLE color: 9863986.

HSL color Cylindrical-coordinate representation of color #328396: hue angle of 191.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328396 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 131 150 -
CMYK 0.67 0.13 0 0.41
HSL 191.4º 0.5% 0.39% -
HSV(B) 191.4º 0.67% 0.59% -
XYZ 14.94 19.11 31.76 -
YUV 108.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 50 131 150 0.67 0.13 0 0.41 191.4 0.5 0.39
Hex 32 83 96 43 D 0 29 BF 32 27
Octal 62 203 226 103 15 0 51 277 62 47
Binary 110010 10000011 10010110 1000011 1101 0 101001 10111111 110010 100111

Color Harmonies of #328396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328396

Black with #328396

Text Example


Text Example

White with #328396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328396; }

 p { color: rgb(50,131,150); }

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

background-color css

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

 a { background-color: rgb(50,131,150); }

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

border-color css

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

 span { border-color: rgb(50,131,150); }

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