Html Css Color HEX #328495 Scooter

📋 copy color: '#328495'

red 50 ◦ green 132 ◦ blue 149

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

Shades of Scooter #328495

Tints of Scooter #328495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 15.11%
G = 39.88%
B = 45.02%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328495 (or 0x328495) is known color: Scooter. HEX triplet: 32, 84 and 95. RGB value is (50,132,149). Sum of RGB (Red+Green+Blue) = 50+132+149=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #328495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328495 is #CD7B6A. Grayscale: #6D6D6D. Windows color (decimal): -13466475 or 9798706. OLE color: 9798706.

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

Color convert

RGB 50 132 149 -
CMYK 0.66 0.11 0 0.42
HSL 190.3º 0.5% 0.39% -
HSV(B) 190.3º 0.66% 0.58% -
XYZ 14.99 19.35 31.38 -
YUV 109.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 50 132 149 0.66 0.11 0 0.42 190.3 0.5 0.39
Hex 32 84 95 42 B 0 2A BE 32 27
Octal 62 204 225 102 13 0 52 276 62 47
Binary 110010 10000100 10010101 1000010 1011 0 101010 10111110 110010 100111

Color Harmonies of #328495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328495

Black with #328495

Text Example


Text Example

White with #328495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328495; }

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

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

background-color css

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

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

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

border-color css

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

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

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