Html Css Color HEX #328493 Scooter

📋 copy color: '#328493'

red 50 ◦ green 132 ◦ blue 147

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

Shades of Scooter #328493

Tints of Scooter #328493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 15.2%
G = 40.12%
B = 44.68%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328493 (or 0x328493) is known color: Scooter. HEX triplet: 32, 84 and 93. RGB value is (50,132,147). Sum of RGB (Red+Green+Blue) = 50+132+147=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #328493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328493 is #CD7B6C. Grayscale: #6D6D6D. Windows color (decimal): -13466477 or 9667634. OLE color: 9667634.

HSL color Cylindrical-coordinate representation of color #328493: hue angle of 189.28º degrees, saturation: 0.49, 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 #328493 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 132 147 -
CMYK 0.66 0.10 0 0.42
HSL 189.28º 0.49% 0.39% -
HSV(B) 189.28º 0.66% 0.58% -
XYZ 14.83 19.29 30.54 -
YUV 109.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 50 132 147 0.66 0.10 0 0.42 189.28 0.49 0.39
Hex 32 84 93 42 A 0 2A BD 31 27
Octal 62 204 223 102 12 0 52 275 61 47
Binary 110010 10000100 10010011 1000010 1010 0 101010 10111101 110001 100111

Color Harmonies of #328493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328493

Black with #328493

Text Example


Text Example

White with #328493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328493; }

 p { color: rgb(50,132,147); }

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

background-color css

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

 a { background-color: rgb(50,132,147); }

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

border-color css

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

 span { border-color: rgb(50,132,147); }

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