Html Css Color HEX #328392 Scooter

📋 copy color: '#328392'

red 50 ◦ green 131 ◦ blue 146

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

Shades of Scooter #328392

Tints of Scooter #328392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 15.29%
G = 40.06%
B = 44.65%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328392 (or 0x328392) is known color: Scooter. HEX triplet: 32, 83 and 92. RGB value is (50,131,146). Sum of RGB (Red+Green+Blue) = 50+131+146=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #328392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328392 is #CD7C6D. Grayscale: #6C6C6C. Windows color (decimal): -13466734 or 9601842. OLE color: 9601842.

HSL color Cylindrical-coordinate representation of color #328392: hue angle of 189.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328392 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 131 146 -
CMYK 0.66 0.10 0 0.43
HSL 189.38º 0.49% 0.38% -
HSV(B) 189.38º 0.66% 0.57% -
XYZ 14.62 18.99 30.09 -
YUV 108.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 50 131 146 0.66 0.10 0 0.43 189.38 0.49 0.38
Hex 32 83 92 42 A 0 2B BD 31 26
Octal 62 203 222 102 12 0 53 275 61 46
Binary 110010 10000011 10010010 1000010 1010 0 101011 10111101 110001 100110

Color Harmonies of #328392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328392

Black with #328392

Text Example


Text Example

White with #328392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328392; }

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

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

background-color css

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

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

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

border-color css

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

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

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