Html Css Color HEX #328192 Scooter

📋 copy color: '#328192'

red 50 ◦ green 129 ◦ blue 146

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

Shades of Scooter #328192

Tints of Scooter #328192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 15.38%
G = 39.69%
B = 44.92%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328192 (or 0x328192) is known color: Scooter. HEX triplet: 32, 81 and 92. RGB value is (50,129,146). Sum of RGB (Red+Green+Blue) = 50+129+146=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #328192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328192 is #CD7E6D. Grayscale: #6B6B6B. Windows color (decimal): -13467246 or 9601330. OLE color: 9601330.

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

Color convert

RGB 50 129 146 -
CMYK 0.66 0.12 0 0.43
HSL 190.63º 0.49% 0.38% -
HSV(B) 190.63º 0.66% 0.57% -
XYZ 14.35 18.45 30 -
YUV 107.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 50 129 146 0.66 0.12 0 0.43 190.63 0.49 0.38
Hex 32 81 92 42 C 0 2B BF 31 26
Octal 62 201 222 102 14 0 53 277 61 46
Binary 110010 10000001 10010010 1000010 1100 0 101011 10111111 110001 100110

Color Harmonies of #328192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328192

Black with #328192

Text Example


Text Example

White with #328192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328192; }

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

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

background-color css

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

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

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

border-color css

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

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

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