Html Css Color HEX #328290 Scooter

📋 copy color: '#328290'

red 50 ◦ green 130 ◦ blue 144

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

Shades of Scooter #328290

Tints of Scooter #328290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 15.43%
G = 40.12%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#328290 (or 0x328290) is known color: Scooter. HEX triplet: 32, 82 and 90. RGB value is (50,130,144). Sum of RGB (Red+Green+Blue) = 50+130+144=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #328290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328290 is #CD7D6F. Grayscale: #6B6B6B. Windows color (decimal): -13466992 or 9470514. OLE color: 9470514.

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

Color convert

RGB 50 130 144 -
CMYK 0.65 0.10 0 0.44
HSL 188.94º 0.48% 0.38% -
HSV(B) 188.94º 0.65% 0.56% -
XYZ 14.33 18.66 29.23 -
YUV 107.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 50 130 144 0.65 0.10 0 0.44 188.94 0.48 0.38
Hex 32 82 90 41 A 0 2C BD 30 26
Octal 62 202 220 101 12 0 54 275 60 46
Binary 110010 10000010 10010000 1000001 1010 0 101100 10111101 110000 100110

Color Harmonies of #328290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328290

Black with #328290

Text Example


Text Example

White with #328290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328290; }

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

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

background-color css

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

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

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

border-color css

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

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

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