Html Css Color HEX #329AA0 Scooter

📋 copy color: '#329AA0'

red 50 ◦ green 154 ◦ blue 160

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

Shades of Scooter #329AA0

Tints of Scooter #329AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 13.74%
G = 42.31%
B = 43.96%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#329AA0 (or 0x329AA0) is known color: Scooter. HEX triplet: 32, 9A and A0. RGB value is (50,154,160). Sum of RGB (Red+Green+Blue) = 50+154+160=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #329AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329AA0 is #CD655F. Grayscale: #7B7B7B. Windows color (decimal): -13460832 or 10525234. OLE color: 10525234.

HSL color Cylindrical-coordinate representation of color #329AA0: hue angle of 183.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329AA0 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 154 160 -
CMYK 0.69 0.04 0 0.37
HSL 183.27º 0.52% 0.41% -
HSV(B) 183.27º 0.69% 0.63% -
XYZ 19.22 26.33 37.33 -
YUV 123.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 50 154 160 0.69 0.04 0 0.37 183.27 0.52 0.41
Hex 32 9A A0 45 4 0 25 B7 34 29
Octal 62 232 240 105 4 0 45 267 64 51
Binary 110010 10011010 10100000 1000101 100 0 100101 10110111 110100 101001

Color Harmonies of #329AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AA0

Black with #329AA0

Text Example


Text Example

White with #329AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329AA0; }

 p { color: rgb(50,154,160); }

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

background-color css

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

 a { background-color: rgb(50,154,160); }

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

border-color css

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

 span { border-color: rgb(50,154,160); }

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