Html Css Color HEX #327E96 Scooter

📋 copy color: '#327E96'

red 50 ◦ green 126 ◦ blue 150

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

Shades of Scooter #327E96

Tints of Scooter #327E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

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

R = 15.34%
G = 38.65%
B = 46.01%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327E96 (or 0x327E96) is known color: Scooter. HEX triplet: 32, 7E and 96. RGB value is (50,126,150). Sum of RGB (Red+Green+Blue) = 50+126+150=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #327E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E96 is #CD8169. Grayscale: #696969. Windows color (decimal): -13468010 or 9862706. OLE color: 9862706.

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

Color convert

RGB 50 126 150 -
CMYK 0.67 0.16 0 0.41
HSL 194.4º 0.5% 0.39% -
HSV(B) 194.4º 0.67% 0.59% -
XYZ 14.28 17.8 31.54 -
YUV 106.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 50 126 150 0.67 0.16 0 0.41 194.4 0.5 0.39
Hex 32 7E 96 43 10 0 29 C2 32 27
Octal 62 176 226 103 20 0 51 302 62 47
Binary 110010 1111110 10010110 1000011 10000 0 101001 11000010 110010 100111

Color Harmonies of #327E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E96

Black with #327E96

Text Example


Text Example

White with #327E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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