Html Css Color HEX #328895 Scooter

📋 copy color: '#328895'

red 50 ◦ green 136 ◦ blue 149

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

Shades of Scooter #328895

Tints of Scooter #328895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 14.93%
G = 40.6%
B = 44.48%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328895 (or 0x328895) is known color: Scooter. HEX triplet: 32, 88 and 95. RGB value is (50,136,149). Sum of RGB (Red+Green+Blue) = 50+136+149=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #328895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328895 is #CD776A. Grayscale: #6F6F6F. Windows color (decimal): -13465451 or 9799730. OLE color: 9799730.

HSL color Cylindrical-coordinate representation of color #328895: hue angle of 187.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328895 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 136 149 -
CMYK 0.66 0.09 0 0.42
HSL 187.88º 0.5% 0.39% -
HSV(B) 187.88º 0.66% 0.58% -
XYZ 15.54 20.46 31.56 -
YUV 111.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 50 136 149 0.66 0.09 0 0.42 187.88 0.5 0.39
Hex 32 88 95 42 9 0 2A BC 32 27
Octal 62 210 225 102 11 0 52 274 62 47
Binary 110010 10001000 10010101 1000010 1001 0 101010 10111100 110010 100111

Color Harmonies of #328895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328895

Black with #328895

Text Example


Text Example

White with #328895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328895; }

 p { color: rgb(50,136,149); }

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

background-color css

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

 a { background-color: rgb(50,136,149); }

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

border-color css

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

 span { border-color: rgb(50,136,149); }

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