Html Css Color HEX #328292 Scooter

📋 copy color: '#328292'

red 50 ◦ green 130 ◦ blue 146

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

Shades of Scooter #328292

Tints of Scooter #328292

RGB

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

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

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

R = 15.34%
G = 39.88%
B = 44.79%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328292 (or 0x328292) is known color: Scooter. HEX triplet: 32, 82 and 92. RGB value is (50,130,146). Sum of RGB (Red+Green+Blue) = 50+130+146=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #328292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328292 is #CD7D6D. Grayscale: #6B6B6B. Windows color (decimal): -13466990 or 9601586. OLE color: 9601586.

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

Color convert

RGB 50 130 146 -
CMYK 0.66 0.11 0 0.43
HSL 190º 0.49% 0.38% -
HSV(B) 190º 0.66% 0.57% -
XYZ 14.49 18.72 30.04 -
YUV 107.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 50 130 146 0.66 0.11 0 0.43 190 0.49 0.38
Hex 32 82 92 42 B 0 2B BE 31 26
Octal 62 202 222 102 13 0 53 276 61 46
Binary 110010 10000010 10010010 1000010 1011 0 101011 10111110 110001 100110

Color Harmonies of #328292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328292

Black with #328292

Text Example


Text Example

White with #328292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328292; }

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

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

background-color css

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

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

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

border-color css

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

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

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