Html Css Color HEX #328491 Scooter

📋 copy color: '#328491'

red 50 ◦ green 132 ◦ blue 145

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

Shades of Scooter #328491

Tints of Scooter #328491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 15.29%
G = 40.37%
B = 44.34%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328491 (or 0x328491) is known color: Scooter. HEX triplet: 32, 84 and 91. RGB value is (50,132,145). Sum of RGB (Red+Green+Blue) = 50+132+145=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #328491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328491 is #CD7B6E. Grayscale: #6C6C6C. Windows color (decimal): -13466479 or 9536562. OLE color: 9536562.

HSL color Cylindrical-coordinate representation of color #328491: hue angle of 188.21º 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 #328491 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 132 145 -
CMYK 0.66 0.09 0 0.43
HSL 188.21º 0.49% 0.38% -
HSV(B) 188.21º 0.66% 0.57% -
XYZ 14.68 19.22 29.73 -
YUV 108.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 50 132 145 0.66 0.09 0 0.43 188.21 0.49 0.38
Hex 32 84 91 42 9 0 2B BC 31 26
Octal 62 204 221 102 11 0 53 274 61 46
Binary 110010 10000100 10010001 1000010 1001 0 101011 10111100 110001 100110

Color Harmonies of #328491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328491

Black with #328491

Text Example


Text Example

White with #328491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328491; }

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

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

background-color css

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

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

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

border-color css

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

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

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