Html Css Color HEX #328B9E Scooter

📋 copy color: '#328B9E'

red 50 ◦ green 139 ◦ blue 158

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

Shades of Scooter #328B9E

Tints of Scooter #328B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.06%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 14.41%
G = 40.06%
B = 45.53%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#328B9E (or 0x328B9E) is known color: Scooter. HEX triplet: 32, 8B and 9E. RGB value is (50,139,158). Sum of RGB (Red+Green+Blue) = 50+139+158=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #328B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B9E is #CD7461. Grayscale: #727272. Windows color (decimal): -13464674 or 10390322. OLE color: 10390322.

HSL color Cylindrical-coordinate representation of color #328B9E: hue angle of 190.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328B9E is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 139 158 -
CMYK 0.68 0.12 0 0.38
HSL 190.56º 0.52% 0.41% -
HSV(B) 190.56º 0.68% 0.62% -
XYZ 16.72 21.61 35.64 -
YUV 114.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 50 139 158 0.68 0.12 0 0.38 190.56 0.52 0.41
Hex 32 8B 9E 44 C 0 26 BF 34 29
Octal 62 213 236 104 14 0 46 277 64 51
Binary 110010 10001011 10011110 1000100 1100 0 100110 10111111 110100 101001

Color Harmonies of #328B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B9E

Black with #328B9E

Text Example


Text Example

White with #328B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B9E; }

 p { color: rgb(50,139,158); }

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

background-color css

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

 a { background-color: rgb(50,139,158); }

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

border-color css

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

 span { border-color: rgb(50,139,158); }

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