Html Css Color HEX #328490 Scooter

📋 copy color: '#328490'

red 50 ◦ green 132 ◦ blue 144

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

Shades of Scooter #328490

Tints of Scooter #328490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 15.34%
G = 40.49%
B = 44.17%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#328490 (or 0x328490) is known color: Scooter. HEX triplet: 32, 84 and 90. RGB value is (50,132,144). Sum of RGB (Red+Green+Blue) = 50+132+144=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #328490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328490 is #CD7B6F. Grayscale: #6C6C6C. Windows color (decimal): -13466480 or 9471026. OLE color: 9471026.

HSL color Cylindrical-coordinate representation of color #328490: hue angle of 187.66º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328490 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 132 144 -
CMYK 0.65 0.08 0 0.44
HSL 187.66º 0.48% 0.38% -
HSV(B) 187.66º 0.65% 0.56% -
XYZ 14.6 19.19 29.32 -
YUV 108.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 50 132 144 0.65 0.08 0 0.44 187.66 0.48 0.38
Hex 32 84 90 41 8 0 2C BC 30 26
Octal 62 204 220 101 10 0 54 274 60 46
Binary 110010 10000100 10010000 1000001 1000 0 101100 10111100 110000 100110

Color Harmonies of #328490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328490

Black with #328490

Text Example


Text Example

White with #328490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328490; }

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

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

background-color css

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

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

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

border-color css

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

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

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