Html Css Color HEX #328698 Scooter

📋 copy color: '#328698'

red 50 ◦ green 134 ◦ blue 152

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

Shades of Scooter #328698

Tints of Scooter #328698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 14.88%
G = 39.88%
B = 45.24%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#328698 (or 0x328698) is known color: Scooter. HEX triplet: 32, 86 and 98. RGB value is (50,134,152). Sum of RGB (Red+Green+Blue) = 50+134+152=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #328698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328698 is #CD7967. Grayscale: #6E6E6E. Windows color (decimal): -13465960 or 9995826. OLE color: 9995826.

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

Color convert

RGB 50 134 152 -
CMYK 0.67 0.12 0 0.40
HSL 190.59º 0.5% 0.4% -
HSV(B) 190.59º 0.67% 0.6% -
XYZ 15.51 20 32.75 -
YUV 110.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 50 134 152 0.67 0.12 0 0.40 190.59 0.5 0.4
Hex 32 86 98 43 C 0 28 BF 32 28
Octal 62 206 230 103 14 0 50 277 62 50
Binary 110010 10000110 10011000 1000011 1100 0 101000 10111111 110010 101000

Color Harmonies of #328698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328698

Black with #328698

Text Example


Text Example

White with #328698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328698; }

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

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

background-color css

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

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

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

border-color css

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

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

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