Html Css Color HEX #328591 Scooter

📋 copy color: '#328591'

red 50 ◦ green 133 ◦ blue 145

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

Shades of Scooter #328591

Tints of Scooter #328591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 15.24%
G = 40.55%
B = 44.21%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328591 (or 0x328591) is known color: Scooter. HEX triplet: 32, 85 and 91. RGB value is (50,133,145). Sum of RGB (Red+Green+Blue) = 50+133+145=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #328591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328591 is #CD7A6E. Grayscale: #6D6D6D. Windows color (decimal): -13466223 or 9536818. OLE color: 9536818.

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

Color convert

RGB 50 133 145 -
CMYK 0.66 0.08 0 0.43
HSL 187.58º 0.49% 0.38% -
HSV(B) 187.58º 0.66% 0.57% -
XYZ 14.81 19.5 29.77 -
YUV 109.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 50 133 145 0.66 0.08 0 0.43 187.58 0.49 0.38
Hex 32 85 91 42 8 0 2B BC 31 26
Octal 62 205 221 102 10 0 53 274 61 46
Binary 110010 10000101 10010001 1000010 1000 0 101011 10111100 110001 100110

Color Harmonies of #328591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328591

Black with #328591

Text Example


Text Example

White with #328591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328591; }

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

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

background-color css

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

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

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

border-color css

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

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

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