Html Css Color HEX #328692 Scooter

📋 copy color: '#328692'

red 50 ◦ green 134 ◦ blue 146

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

Shades of Scooter #328692

Tints of Scooter #328692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 15.15%
G = 40.61%
B = 44.24%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328692 (or 0x328692) is known color: Scooter. HEX triplet: 32, 86 and 92. RGB value is (50,134,146). Sum of RGB (Red+Green+Blue) = 50+134+146=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #328692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328692 is #CD796D. Grayscale: #6E6E6E. Windows color (decimal): -13465966 or 9602610. OLE color: 9602610.

HSL color Cylindrical-coordinate representation of color #328692: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328692 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 134 146 -
CMYK 0.66 0.08 0 0.43
HSL 187.5º 0.49% 0.38% -
HSV(B) 187.5º 0.66% 0.57% -
XYZ 15.03 19.8 30.22 -
YUV 110.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 50 134 146 0.66 0.08 0 0.43 187.5 0.49 0.38
Hex 32 86 92 42 8 0 2B BC 31 26
Octal 62 206 222 102 10 0 53 274 61 46
Binary 110010 10000110 10010010 1000010 1000 0 101011 10111100 110001 100110

Color Harmonies of #328692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328692

Black with #328692

Text Example


Text Example

White with #328692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328692; }

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

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

background-color css

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

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

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

border-color css

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

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

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