Html Css Color HEX #328693 Scooter

📋 copy color: '#328693'

red 50 ◦ green 134 ◦ blue 147

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

Shades of Scooter #328693

Tints of Scooter #328693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 15.11%
G = 40.48%
B = 44.41%

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

#328693 (or 0x328693) is known color: Scooter. HEX triplet: 32, 86 and 93. RGB value is (50,134,147). Sum of RGB (Red+Green+Blue) = 50+134+147=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #328693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328693 is #CD796C. Grayscale: #6E6E6E. Windows color (decimal): -13465965 or 9668146. OLE color: 9668146.

HSL color Cylindrical-coordinate representation of color #328693: hue angle of 188.04º degrees, saturation: 0.49, 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 #328693 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 134 147 -
CMYK 0.66 0.09 0 0.42
HSL 188.04º 0.49% 0.39% -
HSV(B) 188.04º 0.66% 0.58% -
XYZ 15.11 19.83 30.64 -
YUV 110.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 50 134 147 0.66 0.09 0 0.42 188.04 0.49 0.39
Hex 32 86 93 42 9 0 2A BC 31 27
Octal 62 206 223 102 11 0 52 274 61 47
Binary 110010 10000110 10010011 1000010 1001 0 101010 10111100 110001 100111

Color Harmonies of #328693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328693

Black with #328693

Text Example


Text Example

White with #328693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328693; }

 p { color: rgb(50,134,147); }

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

background-color css

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

 a { background-color: rgb(50,134,147); }

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

border-color css

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

 span { border-color: rgb(50,134,147); }

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