Html Css Color HEX #328294 Scooter

📋 copy color: '#328294'

red 50 ◦ green 130 ◦ blue 148

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

Shades of Scooter #328294

Tints of Scooter #328294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 15.24%
G = 39.63%
B = 45.12%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328294 (or 0x328294) is known color: Scooter. HEX triplet: 32, 82 and 94. RGB value is (50,130,148). Sum of RGB (Red+Green+Blue) = 50+130+148=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #328294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328294 is #CD7D6B. Grayscale: #6B6B6B. Windows color (decimal): -13466988 or 9732658. OLE color: 9732658.

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

Color convert

RGB 50 130 148 -
CMYK 0.66 0.12 0 0.42
HSL 191.02º 0.49% 0.39% -
HSV(B) 191.02º 0.66% 0.58% -
XYZ 14.64 18.78 30.87 -
YUV 108.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 50 130 148 0.66 0.12 0 0.42 191.02 0.49 0.39
Hex 32 82 94 42 C 0 2A BF 31 27
Octal 62 202 224 102 14 0 52 277 61 47
Binary 110010 10000010 10010100 1000010 1100 0 101010 10111111 110001 100111

Color Harmonies of #328294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328294

Black with #328294

Text Example


Text Example

White with #328294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328294; }

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

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

background-color css

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

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

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

border-color css

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

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

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