Html Css Color HEX #329198 Scooter

📋 copy color: '#329198'

red 50 ◦ green 145 ◦ blue 152

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

Shades of Scooter #329198

Tints of Scooter #329198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

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

R = 14.41%
G = 41.79%
B = 43.8%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#329198 (or 0x329198) is known color: Scooter. HEX triplet: 32, 91 and 98. RGB value is (50,145,152). Sum of RGB (Red+Green+Blue) = 50+145+152=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #329198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329198 is #CD6E67. Grayscale: #757575. Windows color (decimal): -13463144 or 9998642. OLE color: 9998642.

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

Color convert

RGB 50 145 152 -
CMYK 0.67 0.05 0 0.40
HSL 184.12º 0.5% 0.4% -
HSV(B) 184.12º 0.67% 0.6% -
XYZ 17.11 23.2 33.28 -
YUV 117.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 50 145 152 0.67 0.05 0 0.40 184.12 0.5 0.4
Hex 32 91 98 43 5 0 28 B8 32 28
Octal 62 221 230 103 5 0 50 270 62 50
Binary 110010 10010001 10011000 1000011 101 0 101000 10111000 110010 101000

Color Harmonies of #329198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329198

Black with #329198

Text Example


Text Example

White with #329198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329198; }

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

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

background-color css

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

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

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

border-color css

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

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

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