Html Css Color HEX #328090 Scooter

📋 copy color: '#328090'

red 50 ◦ green 128 ◦ blue 144

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

Shades of Scooter #328090

Tints of Scooter #328090

RGB

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

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

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

R = 15.53%
G = 39.75%
B = 44.72%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#328090 (or 0x328090) is known color: Scooter. HEX triplet: 32, 80 and 90. RGB value is (50,128,144). Sum of RGB (Red+Green+Blue) = 50+128+144=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #328090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328090 is #CD7F6F. Grayscale: #6A6A6A. Windows color (decimal): -13467504 or 9470002. OLE color: 9470002.

HSL color Cylindrical-coordinate representation of color #328090: hue angle of 190.21º 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 #328090 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 128 144 -
CMYK 0.65 0.11 0 0.44
HSL 190.21º 0.48% 0.38% -
HSV(B) 190.21º 0.65% 0.56% -
XYZ 14.07 18.13 29.14 -
YUV 106.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 50 128 144 0.65 0.11 0 0.44 190.21 0.48 0.38
Hex 32 80 90 41 B 0 2C BE 30 26
Octal 62 200 220 101 13 0 54 276 60 46
Binary 110010 10000000 10010000 1000001 1011 0 101100 10111110 110000 100110

Color Harmonies of #328090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328090

Black with #328090

Text Example


Text Example

White with #328090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328090; }

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

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

background-color css

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

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

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

border-color css

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

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

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