Html Css Color HEX #328B98 Scooter

📋 copy color: '#328B98'

red 50 ◦ green 139 ◦ blue 152

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

Shades of Scooter #328B98

Tints of Scooter #328B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 14.66%
G = 40.76%
B = 44.57%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#328B98 (or 0x328B98) is known color: Scooter. HEX triplet: 32, 8B and 98. RGB value is (50,139,152). Sum of RGB (Red+Green+Blue) = 50+139+152=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #328B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B98 is #CD7467. Grayscale: #717171. Windows color (decimal): -13464680 or 9997106. OLE color: 9997106.

HSL color Cylindrical-coordinate representation of color #328B98: hue angle of 187.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328B98 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 139 152 -
CMYK 0.67 0.09 0 0.40
HSL 187.65º 0.5% 0.4% -
HSV(B) 187.65º 0.67% 0.6% -
XYZ 16.22 21.41 32.98 -
YUV 113.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 50 139 152 0.67 0.09 0 0.40 187.65 0.5 0.4
Hex 32 8B 98 43 9 0 28 BC 32 28
Octal 62 213 230 103 11 0 50 274 62 50
Binary 110010 10001011 10011000 1000011 1001 0 101000 10111100 110010 101000

Color Harmonies of #328B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B98

Black with #328B98

Text Example


Text Example

White with #328B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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