Html Css Color HEX #328596 Scooter

📋 copy color: '#328596'

red 50 ◦ green 133 ◦ blue 150

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

Shades of Scooter #328596

Tints of Scooter #328596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 15.02%
G = 39.94%
B = 45.05%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328596 (or 0x328596) is known color: Scooter. HEX triplet: 32, 85 and 96. RGB value is (50,133,150). Sum of RGB (Red+Green+Blue) = 50+133+150=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #328596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328596 is #CD7A69. Grayscale: #6D6D6D. Windows color (decimal): -13466218 or 9864498. OLE color: 9864498.

HSL color Cylindrical-coordinate representation of color #328596: hue angle of 190.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328596 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 133 150 -
CMYK 0.67 0.11 0 0.41
HSL 190.2º 0.5% 0.39% -
HSV(B) 190.2º 0.67% 0.59% -
XYZ 15.21 19.66 31.85 -
YUV 110.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 50 133 150 0.67 0.11 0 0.41 190.2 0.5 0.39
Hex 32 85 96 43 B 0 29 BE 32 27
Octal 62 205 226 103 13 0 51 276 62 47
Binary 110010 10000101 10010110 1000011 1011 0 101001 10111110 110010 100111

Color Harmonies of #328596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328596

Black with #328596

Text Example


Text Example

White with #328596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328596; }

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

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

background-color css

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

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

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

border-color css

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

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

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