Html Css Color HEX #329199 Scooter

📋 copy color: '#329199'

red 50 ◦ green 145 ◦ blue 153

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

Shades of Scooter #329199

Tints of Scooter #329199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 14.37%
G = 41.67%
B = 43.97%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#329199 (or 0x329199) is known color: Scooter. HEX triplet: 32, 91 and 99. RGB value is (50,145,153). Sum of RGB (Red+Green+Blue) = 50+145+153=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #329199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329199 is #CD6E66. Grayscale: #757575. Windows color (decimal): -13463143 or 10064178. OLE color: 10064178.

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

Color convert

RGB 50 145 153 -
CMYK 0.67 0.05 0 0.4
HSL 184.66º 0.51% 0.4% -
HSV(B) 184.66º 0.67% 0.6% -
XYZ 17.19 23.23 33.71 -
YUV 117.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 50 145 153 0.67 0.05 0 0.4 184.66 0.51 0.4
Hex 32 91 99 43 5 0 28 B9 33 28
Octal 62 221 231 103 5 0 50 271 63 50
Binary 110010 10010001 10011001 1000011 101 0 101000 10111001 110011 101000

Color Harmonies of #329199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329199

Black with #329199

Text Example


Text Example

White with #329199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329199; }

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

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

background-color css

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

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

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

border-color css

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

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

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