Html Css Color HEX #328992 Scooter

📋 copy color: '#328992'

red 50 ◦ green 137 ◦ blue 146

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

Shades of Scooter #328992

Tints of Scooter #328992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 15.02%
G = 41.14%
B = 43.84%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328992 (or 0x328992) is known color: Scooter. HEX triplet: 32, 89 and 92. RGB value is (50,137,146). Sum of RGB (Red+Green+Blue) = 50+137+146=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #328992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328992 is #CD766D. Grayscale: #6F6F6F. Windows color (decimal): -13465198 or 9603378. OLE color: 9603378.

HSL color Cylindrical-coordinate representation of color #328992: hue angle of 185.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328992 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 137 146 -
CMYK 0.66 0.06 0 0.43
HSL 185.63º 0.49% 0.38% -
HSV(B) 185.63º 0.66% 0.57% -
XYZ 15.45 20.64 30.36 -
YUV 112.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 50 137 146 0.66 0.06 0 0.43 185.63 0.49 0.38
Hex 32 89 92 42 6 0 2B BA 31 26
Octal 62 211 222 102 6 0 53 272 61 46
Binary 110010 10001001 10010010 1000010 110 0 101011 10111010 110001 100110

Color Harmonies of #328992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328992

Black with #328992

Text Example


Text Example

White with #328992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328992; }

 p { color: rgb(50,137,146); }

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

background-color css

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

 a { background-color: rgb(50,137,146); }

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

border-color css

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

 span { border-color: rgb(50,137,146); }

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