Html Css Color HEX #328C9B Scooter

📋 copy color: '#328C9B'

red 50 ◦ green 140 ◦ blue 155

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

Shades of Scooter #328C9B

Tints of Scooter #328C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 14.49%
G = 40.58%
B = 44.93%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#328C9B (or 0x328C9B) is known color: Scooter. HEX triplet: 32, 8C and 9B. RGB value is (50,140,155). Sum of RGB (Red+Green+Blue) = 50+140+155=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #328C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C9B is #CD7364. Grayscale: #727272. Windows color (decimal): -13464421 or 10193970. OLE color: 10193970.

HSL color Cylindrical-coordinate representation of color #328C9B: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328C9B is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 140 155 -
CMYK 0.68 0.10 0 0.39
HSL 188.57º 0.51% 0.4% -
HSV(B) 188.57º 0.68% 0.61% -
XYZ 16.61 21.8 34.34 -
YUV 114.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 50 140 155 0.68 0.10 0 0.39 188.57 0.51 0.4
Hex 32 8C 9B 44 A 0 27 BD 33 28
Octal 62 214 233 104 12 0 47 275 63 50
Binary 110010 10001100 10011011 1000100 1010 0 100111 10111101 110011 101000

Color Harmonies of #328C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C9B

Black with #328C9B

Text Example


Text Example

White with #328C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,155); }

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

background-color css

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

 a { background-color: rgb(50,140,155); }

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

border-color css

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

 span { border-color: rgb(50,140,155); }

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