Html Css Color HEX #328896 Scooter

📋 copy color: '#328896'

red 50 ◦ green 136 ◦ blue 150

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

Shades of Scooter #328896

Tints of Scooter #328896

RGB

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

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

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

R = 14.88%
G = 40.48%
B = 44.64%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#328896 (or 0x328896) is known color: Scooter. HEX triplet: 32, 88 and 96. RGB value is (50,136,150). Sum of RGB (Red+Green+Blue) = 50+136+150=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #328896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328896 is #CD7769. Grayscale: #6F6F6F. Windows color (decimal): -13465450 or 9865266. OLE color: 9865266.

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

Color convert

RGB 50 136 150 -
CMYK 0.67 0.09 0 0.41
HSL 188.4º 0.5% 0.39% -
HSV(B) 188.4º 0.67% 0.59% -
XYZ 15.62 20.49 31.99 -
YUV 111.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 50 136 150 0.67 0.09 0 0.41 188.4 0.5 0.39
Hex 32 88 96 43 9 0 29 BC 32 27
Octal 62 210 226 103 11 0 51 274 62 47
Binary 110010 10001000 10010110 1000011 1001 0 101001 10111100 110010 100111

Color Harmonies of #328896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328896

Black with #328896

Text Example


Text Example

White with #328896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328896; }

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

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

background-color css

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

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

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

border-color css

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

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

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