Html Css Color HEX #328797 Scooter

📋 copy color: '#328797'

red 50 ◦ green 135 ◦ blue 151

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

Shades of Scooter #328797

Tints of Scooter #328797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 14.88%
G = 40.18%
B = 44.94%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328797 (or 0x328797) is known color: Scooter. HEX triplet: 32, 87 and 97. RGB value is (50,135,151). Sum of RGB (Red+Green+Blue) = 50+135+151=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #328797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328797 is #CD7868. Grayscale: #6F6F6F. Windows color (decimal): -13465705 or 9930546. OLE color: 9930546.

HSL color Cylindrical-coordinate representation of color #328797: hue angle of 189.5º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328797 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 135 151 -
CMYK 0.67 0.11 0 0.41
HSL 189.5º 0.5% 0.39% -
HSV(B) 189.5º 0.67% 0.59% -
XYZ 15.57 20.24 32.36 -
YUV 111.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 50 135 151 0.67 0.11 0 0.41 189.5 0.5 0.39
Hex 32 87 97 43 B 0 29 BE 32 27
Octal 62 207 227 103 13 0 51 276 62 47
Binary 110010 10000111 10010111 1000011 1011 0 101001 10111110 110010 100111

Color Harmonies of #328797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328797

Black with #328797

Text Example


Text Example

White with #328797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328797; }

 p { color: rgb(50,135,151); }

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

background-color css

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

 a { background-color: rgb(50,135,151); }

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

border-color css

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

 span { border-color: rgb(50,135,151); }

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