Html Css Color HEX #328893 Scooter

📋 copy color: '#328893'

red 50 ◦ green 136 ◦ blue 147

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

Shades of Scooter #328893

Tints of Scooter #328893

RGB

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

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

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

R = 15.02%
G = 40.84%
B = 44.14%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328893 (or 0x328893) is known color: Scooter. HEX triplet: 32, 88 and 93. RGB value is (50,136,147). Sum of RGB (Red+Green+Blue) = 50+136+147=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #328893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328893 is #CD776C. Grayscale: #6F6F6F. Windows color (decimal): -13465453 or 9668658. OLE color: 9668658.

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

Color convert

RGB 50 136 147 -
CMYK 0.66 0.07 0 0.42
HSL 186.8º 0.49% 0.39% -
HSV(B) 186.8º 0.66% 0.58% -
XYZ 15.39 20.39 30.73 -
YUV 111.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 50 136 147 0.66 0.07 0 0.42 186.8 0.49 0.39
Hex 32 88 93 42 7 0 2A BB 31 27
Octal 62 210 223 102 7 0 52 273 61 47
Binary 110010 10001000 10010011 1000010 111 0 101010 10111011 110001 100111

Color Harmonies of #328893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328893

Black with #328893

Text Example


Text Example

White with #328893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328893; }

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

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

background-color css

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

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

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

border-color css

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

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

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