Html Css Color HEX #328299 Scooter

📋 copy color: '#328299'

red 50 ◦ green 130 ◦ blue 153

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

Shades of Scooter #328299

Tints of Scooter #328299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 15.02%
G = 39.04%
B = 45.95%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#328299 (or 0x328299) is known color: Scooter. HEX triplet: 32, 82 and 99. RGB value is (50,130,153). Sum of RGB (Red+Green+Blue) = 50+130+153=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #328299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328299 is #CD7D66. Grayscale: #6C6C6C. Windows color (decimal): -13466983 or 10060338. OLE color: 10060338.

HSL color Cylindrical-coordinate representation of color #328299: hue angle of 193.4º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328299 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 130 153 -
CMYK 0.67 0.15 0 0.4
HSL 193.4º 0.51% 0.4% -
HSV(B) 193.4º 0.67% 0.6% -
XYZ 15.05 18.94 33 -
YUV 108.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 50 130 153 0.67 0.15 0 0.4 193.4 0.51 0.4
Hex 32 82 99 43 F 0 28 C1 33 28
Octal 62 202 231 103 17 0 50 301 63 50
Binary 110010 10000010 10011001 1000011 1111 0 101000 11000001 110011 101000

Color Harmonies of #328299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328299

Black with #328299

Text Example


Text Example

White with #328299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328299; }

 p { color: rgb(50,130,153); }

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

background-color css

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

 a { background-color: rgb(50,130,153); }

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

border-color css

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

 span { border-color: rgb(50,130,153); }

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