Html Css Color HEX #328197 Scooter

📋 copy color: '#328197'

red 50 ◦ green 129 ◦ blue 151

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

Shades of Scooter #328197

Tints of Scooter #328197

RGB

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

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

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

R = 15.15%
G = 39.09%
B = 45.76%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328197 (or 0x328197) is known color: Scooter. HEX triplet: 32, 81 and 97. RGB value is (50,129,151). Sum of RGB (Red+Green+Blue) = 50+129+151=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #328197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328197 is #CD7E68. Grayscale: #6B6B6B. Windows color (decimal): -13467241 or 9929010. OLE color: 9929010.

HSL color Cylindrical-coordinate representation of color #328197: hue angle of 193.07º 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 #328197 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 129 151 -
CMYK 0.67 0.15 0 0.41
HSL 193.07º 0.5% 0.39% -
HSV(B) 193.07º 0.67% 0.59% -
XYZ 14.75 18.61 32.09 -
YUV 107.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 50 129 151 0.67 0.15 0 0.41 193.07 0.5 0.39
Hex 32 81 97 43 F 0 29 C1 32 27
Octal 62 201 227 103 17 0 51 301 62 47
Binary 110010 10000001 10010111 1000011 1111 0 101001 11000001 110010 100111

Color Harmonies of #328197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328197

Black with #328197

Text Example


Text Example

White with #328197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328197; }

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

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

background-color css

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

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

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

border-color css

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

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

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