Html Css Color HEX #328190 Scooter

📋 copy color: '#328190'

red 50 ◦ green 129 ◦ blue 144

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

Shades of Scooter #328190

Tints of Scooter #328190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 15.48%
G = 39.94%
B = 44.58%

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

#328190 (or 0x328190) is known color: Scooter. HEX triplet: 32, 81 and 90. RGB value is (50,129,144). Sum of RGB (Red+Green+Blue) = 50+129+144=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #328190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328190 is #CD7E6F. Grayscale: #6A6A6A. Windows color (decimal): -13467248 or 9470258. OLE color: 9470258.

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

Color convert

RGB 50 129 144 -
CMYK 0.65 0.10 0 0.44
HSL 189.57º 0.48% 0.38% -
HSV(B) 189.57º 0.65% 0.56% -
XYZ 14.2 18.39 29.19 -
YUV 107.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 50 129 144 0.65 0.10 0 0.44 189.57 0.48 0.38
Hex 32 81 90 41 A 0 2C BE 30 26
Octal 62 201 220 101 12 0 54 276 60 46
Binary 110010 10000001 10010000 1000001 1010 0 101100 10111110 110000 100110

Color Harmonies of #328190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328190

Black with #328190

Text Example


Text Example

White with #328190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328190; }

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

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

background-color css

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

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

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

border-color css

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

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

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