Html Css Color HEX #329099 Scooter

📋 copy color: '#329099'

red 50 ◦ green 144 ◦ blue 153

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

Shades of Scooter #329099

Tints of Scooter #329099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 14.41%
G = 41.5%
B = 44.09%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#329099 (or 0x329099) is known color: Scooter. HEX triplet: 32, 90 and 99. RGB value is (50,144,153). Sum of RGB (Red+Green+Blue) = 50+144+153=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #329099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329099 is #CD6F66. Grayscale: #747474. Windows color (decimal): -13463399 or 10063922. OLE color: 10063922.

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

Color convert

RGB 50 144 153 -
CMYK 0.67 0.06 0 0.4
HSL 185.24º 0.51% 0.4% -
HSV(B) 185.24º 0.67% 0.6% -
XYZ 17.04 22.92 33.66 -
YUV 116.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 50 144 153 0.67 0.06 0 0.4 185.24 0.51 0.4
Hex 32 90 99 43 6 0 28 B9 33 28
Octal 62 220 231 103 6 0 50 271 63 50
Binary 110010 10010000 10011001 1000011 110 0 101000 10111001 110011 101000

Color Harmonies of #329099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329099

Black with #329099

Text Example


Text Example

White with #329099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329099; }

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

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

background-color css

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

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

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

border-color css

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

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

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