Html Css Color HEX #328A9D Scooter

📋 copy color: '#328A9D'

red 50 ◦ green 138 ◦ blue 157

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

Shades of Scooter #328A9D

Tints of Scooter #328A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 14.49%
G = 40%
B = 45.51%

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

#328A9D (or 0x328A9D) is known color: Scooter. HEX triplet: 32, 8A and 9D. RGB value is (50,138,157). Sum of RGB (Red+Green+Blue) = 50+138+157=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #328A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A9D is #CD7562. Grayscale: #717171. Windows color (decimal): -13464931 or 10324530. OLE color: 10324530.

HSL color Cylindrical-coordinate representation of color #328A9D: hue angle of 190.65º 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 #328A9D is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 138 157 -
CMYK 0.68 0.12 0 0.38
HSL 190.65º 0.52% 0.41% -
HSV(B) 190.65º 0.68% 0.62% -
XYZ 16.49 21.29 35.14 -
YUV 113.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 50 138 157 0.68 0.12 0 0.38 190.65 0.52 0.41
Hex 32 8A 9D 44 C 0 26 BF 34 29
Octal 62 212 235 104 14 0 46 277 64 51
Binary 110010 10001010 10011101 1000100 1100 0 100110 10111111 110100 101001

Color Harmonies of #328A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A9D

Black with #328A9D

Text Example


Text Example

White with #328A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,157); }

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

background-color css

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

 a { background-color: rgb(50,138,157); }

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

border-color css

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

 span { border-color: rgb(50,138,157); }

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