Html Css Color HEX #328793 Scooter

📋 copy color: '#328793'

red 50 ◦ green 135 ◦ blue 147

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

Shades of Scooter #328793

Tints of Scooter #328793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 15.06%
G = 40.66%
B = 44.28%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328793 (or 0x328793) is known color: Scooter. HEX triplet: 32, 87 and 93. RGB value is (50,135,147). Sum of RGB (Red+Green+Blue) = 50+135+147=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #328793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328793 is #CD786C. Grayscale: #6E6E6E. Windows color (decimal): -13465709 or 9668402. OLE color: 9668402.

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

Color convert

RGB 50 135 147 -
CMYK 0.66 0.08 0 0.42
HSL 187.42º 0.49% 0.39% -
HSV(B) 187.42º 0.66% 0.58% -
XYZ 15.25 20.11 30.68 -
YUV 110.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 50 135 147 0.66 0.08 0 0.42 187.42 0.49 0.39
Hex 32 87 93 42 8 0 2A BB 31 27
Octal 62 207 223 102 10 0 52 273 61 47
Binary 110010 10000111 10010011 1000010 1000 0 101010 10111011 110001 100111

Color Harmonies of #328793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328793

Black with #328793

Text Example


Text Example

White with #328793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328793; }

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

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

background-color css

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

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

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

border-color css

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

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

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