Html Css Color HEX #328291 Scooter

📋 copy color: '#328291'

red 50 ◦ green 130 ◦ blue 145

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

Shades of Scooter #328291

Tints of Scooter #328291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 15.38%
G = 40%
B = 44.62%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328291 (or 0x328291) is known color: Scooter. HEX triplet: 32, 82 and 91. RGB value is (50,130,145). Sum of RGB (Red+Green+Blue) = 50+130+145=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #328291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328291 is #CD7D6E. Grayscale: #6B6B6B. Windows color (decimal): -13466991 or 9536050. OLE color: 9536050.

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

Color convert

RGB 50 130 145 -
CMYK 0.66 0.10 0 0.43
HSL 189.47º 0.49% 0.38% -
HSV(B) 189.47º 0.66% 0.57% -
XYZ 14.41 18.69 29.64 -
YUV 107.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 50 130 145 0.66 0.10 0 0.43 189.47 0.49 0.38
Hex 32 82 91 42 A 0 2B BD 31 26
Octal 62 202 221 102 12 0 53 275 61 46
Binary 110010 10000010 10010001 1000010 1010 0 101011 10111101 110001 100110

Color Harmonies of #328291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328291

Black with #328291

Text Example


Text Example

White with #328291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328291; }

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

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

background-color css

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

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

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

border-color css

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

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

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