Html Css Color HEX #328095 Scooter

📋 copy color: '#328095'

red 50 ◦ green 128 ◦ blue 149

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

Shades of Scooter #328095

Tints of Scooter #328095

RGB

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

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

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

R = 15.29%
G = 39.14%
B = 45.57%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328095 (or 0x328095) is known color: Scooter. HEX triplet: 32, 80 and 95. RGB value is (50,128,149). Sum of RGB (Red+Green+Blue) = 50+128+149=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #328095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328095 is #CD7F6A. Grayscale: #6A6A6A. Windows color (decimal): -13467499 or 9797682. OLE color: 9797682.

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

Color convert

RGB 50 128 149 -
CMYK 0.66 0.14 0 0.42
HSL 192.73º 0.5% 0.39% -
HSV(B) 192.73º 0.66% 0.58% -
XYZ 14.46 18.29 31.2 -
YUV 107.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 50 128 149 0.66 0.14 0 0.42 192.73 0.5 0.39
Hex 32 80 95 42 E 0 2A C1 32 27
Octal 62 200 225 102 16 0 52 301 62 47
Binary 110010 10000000 10010101 1000010 1110 0 101010 11000001 110010 100111

Color Harmonies of #328095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328095

Black with #328095

Text Example


Text Example

White with #328095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328095; }

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

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

background-color css

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

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

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

border-color css

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

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

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