Html Css Color HEX #328096 Scooter

📋 copy color: '#328096'

red 50 ◦ green 128 ◦ blue 150

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

Shades of Scooter #328096

Tints of Scooter #328096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

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

R = 15.24%
G = 39.02%
B = 45.73%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328096 (or 0x328096) is known color: Scooter. HEX triplet: 32, 80 and 96. RGB value is (50,128,150). Sum of RGB (Red+Green+Blue) = 50+128+150=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #328096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328096 is #CD7F69. Grayscale: #6B6B6B. Windows color (decimal): -13467498 or 9863218. OLE color: 9863218.

HSL color Cylindrical-coordinate representation of color #328096: hue angle of 193.2º 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 #328096 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 128 150 -
CMYK 0.67 0.15 0 0.41
HSL 193.2º 0.5% 0.39% -
HSV(B) 193.2º 0.67% 0.59% -
XYZ 14.54 18.32 31.62 -
YUV 107.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 50 128 150 0.67 0.15 0 0.41 193.2 0.5 0.39
Hex 32 80 96 43 F 0 29 C1 32 27
Octal 62 200 226 103 17 0 51 301 62 47
Binary 110010 10000000 10010110 1000011 1111 0 101001 11000001 110010 100111

Color Harmonies of #328096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328096

Black with #328096

Text Example


Text Example

White with #328096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328096; }

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

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

background-color css

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

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

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

border-color css

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

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

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